#404012

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

Shades of Turtle Green #404012

Tints of Turtle Green #404012

Color information

#404012 (or 0x404012) is unknown color: approx Turtle Green. HEX triplet: 40, 40 and 12. RGB value is (64,64,18). Sum of RGB (Red+Green+Blue) = 64+64+18=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 64 - color contains mainly: red, green. Hex color #404012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404012 is #BFBFED. Grayscale: #3A3A3A. Windows color (decimal): -12566510 or 1196096. OLE color: 1196096.

HSL color Cylindrical-coordinate representation of color #404012: hue angle of 60º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #404012 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB646418-
CMYK000.720.75
HSL60º56.1%16.08%-
HSV(B)60º71.88%25.1%-
XYZ4.064.81.29-
YUV58.76105131.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.84%
GREEN value IS 64 (25.39% from 255) = 43.84%
BLUE value IS 18 (7.42% from 255) = 12.33%
R=43.84%
G=43.84%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal646418000.720.756056.116.08
Hex40401200484B3c3810
Octal1001002200110113747020
Binary1000000100000010010001001000100101111110011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404012; }

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

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

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

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

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

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

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

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