#404007

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

Shades of Turtle Green #404007

Tints of Turtle Green #404007

Color information

#404007 (or 0x404007) is unknown color: approx Turtle Green. HEX triplet: 40, 40 and 07. RGB value is (64,64,7). Sum of RGB (Red+Green+Blue) = 64+64+7=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 7 (3.12% from 255 or 5.19% from 135); Max value from RGB is 64 - color contains mainly: red, green. Hex color #404007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404007 is #BFBFF8. Grayscale: #393939. Windows color (decimal): -12566521 or 475200. OLE color: 475200.

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

Color convert

RGB64647-
CMYK000.890.75
HSL60º80.28%13.92%-
HSV(B)60º89.06%25.1%-
XYZ3.994.770.91-
YUV57.599.5132.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.41%
GREEN value IS 64 (25.39% from 255) = 47.41%
BLUE value IS 7 (3.12% from 255) = 5.19%
R=47.41%
G=47.41%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64647000.890.756080.2813.92
Hex4040700594B3c50e
Octal1001007001311137412016
Binary10000001000000111001011001100101111110010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404007; }

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

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

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

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

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

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

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

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