#32400E

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

Shades of Turtle Green #32400E

Tints of Turtle Green #32400E

Color information

#32400E (or 0x32400E) is unknown color: approx Turtle Green. HEX triplet: 32, 40 and 0E. RGB value is (50,64,14). Sum of RGB (Red+Green+Blue) = 50+64+14=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 64 (25.39% from 255 or 50% from 128); Blue value is 14 (5.86% from 255 or 10.94% from 128); Max value from RGB is 64 - color contains mainly: green. Hex color #32400E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32400E is #CDBFF1. Grayscale: #363636. Windows color (decimal): -13484018 or 933938. OLE color: 933938.

HSL color Cylindrical-coordinate representation of color #32400E: hue angle of 76.8º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32400E is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB506414-
CMYK0.2200.780.75
HSL76.8º64.1%15.29%-
HSV(B)76.8º78.12%25.1%-
XYZ3.234.381.09-
YUV54.11105.36125.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.06%
GREEN value IS 64 (25.39% from 255) = 50%
BLUE value IS 14 (5.86% from 255) = 10.94%
R=39.06%
G=50%
B=10.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5064140.2200.780.7576.864.115.29
Hex3240E1604E4B4d40f
Octal621001626011611311510017
Binary1100101000000111010110010011101001011100110110000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32400E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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