#32500E

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

Shades of Turtle Green #32500E

Tints of Turtle Green #32500E

Color information

#32500E (or 0x32500E) is unknown color: approx Turtle Green. HEX triplet: 32, 50 and 0E. RGB value is (50,80,14). Sum of RGB (Red+Green+Blue) = 50+80+14=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 80 (31.64% from 255 or 55.56% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 80 - color contains mainly: green. Hex color #32500E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32500E is #CDAFF1. Grayscale: #3F3F3F. Windows color (decimal): -13479922 or 938034. OLE color: 938034.

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

Color convert

RGB508014-
CMYK0.3700.830.69
HSL87.27º70.21%18.43%-
HSV(B)87.27º82.5%31.37%-
XYZ4.266.451.44-
YUV63.51100.06118.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.72%
GREEN value IS 80 (31.64% from 255) = 55.56%
BLUE value IS 14 (5.86% from 255) = 9.72%
R=34.72%
G=55.56%
B=9.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5080140.3700.830.6987.2770.2118.43
Hex3250E2505345574612
Octal621201645012310512710622
Binary110010101000011101001010101001110001011010111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32500E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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