#40400E

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

Shades of Turtle Green #40400E

Tints of Turtle Green #40400E

Color information

#40400E (or 0x40400E) is unknown color: approx Turtle Green. HEX triplet: 40, 40 and 0E. RGB value is (64,64,14). Sum of RGB (Red+Green+Blue) = 64+64+14=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 14 (5.86% from 255 or 9.86% from 142); Max value from RGB is 64 - color contains mainly: red, green. Hex color #40400E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40400E is #BFBFF1. Grayscale: #3A3A3A. Windows color (decimal): -12566514 or 933952. OLE color: 933952.

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

Color convert

RGB646414-
CMYK000.780.75
HSL60º64.1%15.29%-
HSV(B)60º78.12%25.1%-
XYZ4.034.791.13-
YUV58.3103132.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.07%
GREEN value IS 64 (25.39% from 255) = 45.07%
BLUE value IS 14 (5.86% from 255) = 9.86%
R=45.07%
G=45.07%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal646414000.780.756064.115.29
Hex4040E004E4B3c40f
Octal10010016001161137410017
Binary100000010000001110001001110100101111110010000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40400E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40400E; }

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

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

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

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

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

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

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

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