#404013

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

Shades of Turtle Green #404013

Tints of Turtle Green #404013

Color information

#404013 (or 0x404013) is unknown color: approx Turtle Green. HEX triplet: 40, 40 and 13. RGB value is (64,64,19). Sum of RGB (Red+Green+Blue) = 64+64+19=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 64 - color contains mainly: red, green. Hex color #404013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404013 is #BFBFEC. Grayscale: #3B3B3B. Windows color (decimal): -12566509 or 1261632. OLE color: 1261632.

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

Color convert

RGB646419-
CMYK000.700.75
HSL60º54.22%16.27%-
HSV(B)60º70.31%25.1%-
XYZ4.074.81.33-
YUV58.87105.5131.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.54%
GREEN value IS 64 (25.39% from 255) = 43.54%
BLUE value IS 19 (7.81% from 255) = 12.93%
R=43.54%
G=43.54%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal646419000.700.756054.2216.27
Hex40401300464B3c3610
Octal1001002300106113746620
Binary1000000100000010011001000110100101111110011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404013; }

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

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

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

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

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

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

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

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