#404009

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

Shades of Turtle Green #404009

Tints of Turtle Green #404009

Color information

#404009 (or 0x404009) is unknown color: approx Turtle Green. HEX triplet: 40, 40 and 09. RGB value is (64,64,9). Sum of RGB (Red+Green+Blue) = 64+64+9=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 9 (3.91% from 255 or 6.57% from 137); Max value from RGB is 64 - color contains mainly: red, green. Hex color #404009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404009 is #BFBFF6. Grayscale: #393939. Windows color (decimal): -12566519 or 606272. OLE color: 606272.

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

Color convert

RGB64649-
CMYK000.860.75
HSL60º75.34%14.31%-
HSV(B)60º85.94%25.1%-
XYZ44.780.97-
YUV57.73100.5132.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.72%
GREEN value IS 64 (25.39% from 255) = 46.72%
BLUE value IS 9 (3.91% from 255) = 6.57%
R=46.72%
G=46.72%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64649000.860.756075.3414.31
Hex4040900564B3c4be
Octal10010011001261137411316
Binary100000010000001001001010110100101111110010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404009; }

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

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

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

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

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

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

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

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