#40400A

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

Shades of Turtle Green #40400A

Tints of Turtle Green #40400A

Color information

#40400A (or 0x40400A) is unknown color: approx Turtle Green. HEX triplet: 40, 40 and 0A. RGB value is (64,64,10). Sum of RGB (Red+Green+Blue) = 64+64+10=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 10 (4.30% from 255 or 7.25% from 138); Max value from RGB is 64 - color contains mainly: red, green. Hex color #40400A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40400A is #BFBFF5. Grayscale: #3A3A3A. Windows color (decimal): -12566518 or 671808. OLE color: 671808.

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

Color convert

RGB646410-
CMYK000.840.75
HSL60º72.97%14.51%-
HSV(B)60º84.38%25.1%-
XYZ44.781-
YUV57.84101132.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.38%
GREEN value IS 64 (25.39% from 255) = 46.38%
BLUE value IS 10 (4.30% from 255) = 7.25%
R=46.38%
G=46.38%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal646410000.840.756072.9714.51
Hex4040A00544B3c49f
Octal10010012001241137411117
Binary100000010000001010001010100100101111110010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40400A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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