#32510C

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

Shades of Turtle Green #32510C

Tints of Turtle Green #32510C

Color information

#32510C (or 0x32510C) is unknown color: approx Turtle Green. HEX triplet: 32, 51 and 0C. RGB value is (50,81,12). Sum of RGB (Red+Green+Blue) = 50+81+12=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 81 (32.03% from 255 or 56.64% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 81 - color contains mainly: green. Hex color #32510C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32510C is #CDAEF3. Grayscale: #404040. Windows color (decimal): -13479668 or 807218. OLE color: 807218.

HSL color Cylindrical-coordinate representation of color #32510C: hue angle of 86.96º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #32510C is Cyan = 0.38, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.68.

Color convert

RGB508112-
CMYK0.3800.850.68
HSL86.96º74.19%18.24%-
HSV(B)86.96º85.19%31.76%-
XYZ4.326.591.39-
YUV63.8698.73118.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.97%
GREEN value IS 81 (32.03% from 255) = 56.64%
BLUE value IS 12 (5.08% from 255) = 8.39%
R=34.97%
G=56.64%
B=8.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5081120.3800.850.6886.9674.1918.24
Hex3251C2605544574a12
Octal621211446012510412711222
Binary110010101000111001001100101010110001001010111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32510C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32510C; }

 p { color: rgb(50,81,12); }

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

<style>
 a { background-color: #32510C; }

 a { background-color: rgb(50,81,12); }

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

<style>
 span { border-color: #32510C; }

 span { border-color: rgb(50,81,12); }

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