#40400D

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

Shades of Turtle Green #40400D

Tints of Turtle Green #40400D

Color information

#40400D (or 0x40400D) is unknown color: approx Turtle Green. HEX triplet: 40, 40 and 0D. RGB value is (64,64,13). Sum of RGB (Red+Green+Blue) = 64+64+13=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 64 - color contains mainly: red, green. Hex color #40400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40400D is #BFBFF2. Grayscale: #3A3A3A. Windows color (decimal): -12566515 or 868416. OLE color: 868416.

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

Color convert

RGB646413-
CMYK000.800.75
HSL60º66.23%15.1%-
HSV(B)60º79.69%25.1%-
XYZ4.024.791.09-
YUV58.19102.5132.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.39%
GREEN value IS 64 (25.39% from 255) = 45.39%
BLUE value IS 13 (5.47% from 255) = 9.22%
R=45.39%
G=45.39%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal646413000.800.756066.2315.1
Hex4040D00504B3c42f
Octal10010015001201137410217
Binary100000010000001101001010000100101111110010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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