#404312

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

Shades of Turtle Green #404312

Tints of Turtle Green #404312

Color information

#404312 (or 0x404312) is unknown color: approx Turtle Green. HEX triplet: 40, 43 and 12. RGB value is (64,67,18). Sum of RGB (Red+Green+Blue) = 64+67+18=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 67 (26.56% from 255 or 44.97% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 67 - color contains mainly: green. Hex color #404312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404312 is #BFBCED. Grayscale: #3C3C3C. Windows color (decimal): -12565742 or 1196864. OLE color: 1196864.

HSL color Cylindrical-coordinate representation of color #404312: hue angle of 63.67º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #404312 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB646718-
CMYK0.0400.730.74
HSL63.67º57.65%16.67%-
HSV(B)63.67º73.13%26.27%-
XYZ4.235.151.34-
YUV60.52104.01130.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.95%
GREEN value IS 67 (26.56% from 255) = 44.97%
BLUE value IS 18 (7.42% from 255) = 12.08%
R=42.95%
G=44.97%
B=12.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6467180.0400.730.7463.6757.6516.67
Hex40431240494A403a11
Octal10010322401111121007221
Binary1000000100001110010100010010011001010100000011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404312; }

 p { color: rgb(64,67,18); }

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

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

 a { background-color: rgb(64,67,18); }

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

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

 span { border-color: rgb(64,67,18); }

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