#32500F

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

Shades of Turtle Green #32500F

Tints of Turtle Green #32500F

Color information

#32500F (or 0x32500F) is unknown color: approx Turtle Green. HEX triplet: 32, 50 and 0F. RGB value is (50,80,15). Sum of RGB (Red+Green+Blue) = 50+80+15=145 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.48% from 145); Green value is 80 (31.64% from 255 or 55.17% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 80 - color contains mainly: green. Hex color #32500F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32500F is #CDAFF0. Grayscale: #3F3F3F. Windows color (decimal): -13479921 or 1003570. OLE color: 1003570.

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

Color convert

RGB508015-
CMYK0.3700.810.69
HSL87.69º68.42%18.63%-
HSV(B)87.69º81.25%31.37%-
XYZ4.276.451.47-
YUV63.62100.56118.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.48%
GREEN value IS 80 (31.64% from 255) = 55.17%
BLUE value IS 15 (6.25% from 255) = 10.34%
R=34.48%
G=55.17%
B=10.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5080150.3700.810.6987.6968.4218.63
Hex3250F2505145584413
Octal621201745012110513010423
Binary110010101000011111001010101000110001011011000100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32500F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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