#404015

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

Shades of Turtle Green #404015

Tints of Turtle Green #404015

Color information

#404015 (or 0x404015) is unknown color: approx Turtle Green. HEX triplet: 40, 40 and 15. RGB value is (64,64,21). Sum of RGB (Red+Green+Blue) = 64+64+21=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 64 - color contains mainly: red, green. Hex color #404015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404015 is #BFBFEA. Grayscale: #3B3B3B. Windows color (decimal): -12566507 or 1392704. OLE color: 1392704.

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

Color convert

RGB646421-
CMYK000.670.75
HSL60º50.59%16.67%-
HSV(B)60º67.19%25.1%-
XYZ4.084.811.42-
YUV59.1106.5131.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.95%
GREEN value IS 64 (25.39% from 255) = 42.95%
BLUE value IS 21 (8.59% from 255) = 14.09%
R=42.95%
G=42.95%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal646421000.670.756050.5916.67
Hex40401500434B3c3311
Octal1001002500103113746321
Binary1000000100000010101001000011100101111110011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404015; }

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

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

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

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

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

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

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

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