#32500D

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

Shades of Turtle Green #32500D

Tints of Turtle Green #32500D

Color information

#32500D (or 0x32500D) is unknown color: approx Turtle Green. HEX triplet: 32, 50 and 0D. RGB value is (50,80,13). Sum of RGB (Red+Green+Blue) = 50+80+13=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 80 (31.64% from 255 or 55.94% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 80 - color contains mainly: green. Hex color #32500D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32500D is #CDAFF2. Grayscale: #3F3F3F. Windows color (decimal): -13479923 or 872498. OLE color: 872498.

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

Color convert

RGB508013-
CMYK0.3700.840.69
HSL86.87º72.04%18.24%-
HSV(B)86.87º83.75%31.37%-
XYZ4.266.441.4-
YUV63.3999.56118.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.97%
GREEN value IS 80 (31.64% from 255) = 55.94%
BLUE value IS 13 (5.47% from 255) = 9.09%
R=34.97%
G=55.94%
B=9.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5080130.3700.840.6986.8772.0418.24
Hex3250D2505445574812
Octal621201545012410512711022
Binary110010101000011011001010101010010001011010111100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32500D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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