#32420F

Color #32420F Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #32420F

Tints of Turtle Green #32420F

Color information

#32420F (or 0x32420F) is unknown color: approx Turtle Green. HEX triplet: 32, 42 and 0F. RGB value is (50,66,15). Sum of RGB (Red+Green+Blue) = 50+66+15=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #32420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32420F is #CDBDF0. Grayscale: #373737. Windows color (decimal): -13483505 or 999986. OLE color: 999986.

HSL color Cylindrical-coordinate representation of color #32420F: hue angle of 78.82º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32420F is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB506615-
CMYK0.2400.770.74
HSL78.82º62.96%15.88%-
HSV(B)78.82º77.27%25.88%-
XYZ3.354.611.17-
YUV55.4105.2124.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.17%
GREEN value IS 66 (26.17% from 255) = 50.38%
BLUE value IS 15 (6.25% from 255) = 11.45%
R=38.17%
G=50.38%
B=11.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5066150.2400.770.7478.8262.9615.88
Hex3242F1804D4A4f3f10
Octal62102173001151121177720
Binary1100101000010111111000010011011001010100111111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32420F; }

 p { color: rgb(50,66,15); }

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

<style>
 a { background-color: #32420F; }

 a { background-color: rgb(50,66,15); }

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

<style>
 span { border-color: #32420F; }

 span { border-color: rgb(50,66,15); }

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