#404413

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

Shades of Turtle Green #404413

Tints of Turtle Green #404413

Color information

#404413 (or 0x404413) is unknown color: approx Turtle Green. HEX triplet: 40, 44 and 13. RGB value is (64,68,19). Sum of RGB (Red+Green+Blue) = 64+68+19=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 68 - color contains mainly: green. Hex color #404413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404413 is #BFBBEC. Grayscale: #3D3D3D. Windows color (decimal): -12565485 or 1262656. OLE color: 1262656.

HSL color Cylindrical-coordinate representation of color #404413: hue angle of 64.9º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #404413 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB646819-
CMYK0.0600.720.73
HSL64.9º56.32%17.06%-
HSV(B)64.9º72.06%26.67%-
XYZ4.35.271.41-
YUV61.22104.17129.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.38%
GREEN value IS 68 (26.95% from 255) = 45.03%
BLUE value IS 19 (7.81% from 255) = 12.58%
R=42.38%
G=45.03%
B=12.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6468190.0600.720.7364.956.3217.06
Hex404413604849413811
Octal10010423601101111017021
Binary1000000100010010011110010010001001001100000111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404413; }

 p { color: rgb(64,68,19); }

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

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

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

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

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

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

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