#38B122

Color #38B122 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #38B122

Tints of Kelly Green #38B122

Color information

#38B122 (or 0x38B122) is unknown color: approx Kelly Green. HEX triplet: 38, B1 and 22. RGB value is (56,177,34). Sum of RGB (Red+Green+Blue) = 56+177+34=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 177 (69.53% from 255 or 66.29% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 177 - color contains mainly: green. Hex color #38B122 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38B122 is #C74EDD. Grayscale: #7C7C7C. Windows color (decimal): -13061854 or 2273592. OLE color: 2273592.

HSL color Cylindrical-coordinate representation of color #38B122: hue angle of 110.77º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #38B122 is Cyan = 0.68, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB5617734-
CMYK0.6800.810.31
HSL110.77º67.77%41.37%-
HSV(B)110.77º80.79%69.41%-
XYZ17.6432.46.84-
YUV124.5276.9179.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 20.97%
GREEN value IS 177 (69.53% from 255) = 66.29%
BLUE value IS 34 (13.67% from 255) = 12.73%
R=20.97%
G=66.29%
B=12.73%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56177340.6800.810.31110.7767.7741.37
Hex38B122440511F6f4429
Octal702614210401213715710451
Binary111000101100011000101000100010100011111111011111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38B122; }

 p { color: rgb(56,177,34); }

 H1.HeaderClassName
 {
   color: #38B122;
 }
 .AnyTagClassName
 {
   color: #38B122;
 }
</style>
background-color css

<style>
 a { background-color: #38B122; }

 a { background-color: rgb(56,177,34); }

 div.DivClassName
 {
   background-color: #38B122;
 }
 .BgClassName
 {
   background-color: #38B122;
 }
</style>
border-color css

<style>
 span { border-color: #38B122; }

 span { border-color: rgb(56,177,34); }

 td.TdClassName
 {
   border-color: #38B122;
 }
 .TagClassName
 {
   border-color: #38B122;
 }
</style>