#40400F

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

Shades of Turtle Green #40400F

Tints of Turtle Green #40400F

Color information

#40400F (or 0x40400F) is unknown color: approx Turtle Green. HEX triplet: 40, 40 and 0F. RGB value is (64,64,15). Sum of RGB (Red+Green+Blue) = 64+64+15=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 64 - color contains mainly: red, green. Hex color #40400F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40400F is #BFBFF0. Grayscale: #3A3A3A. Windows color (decimal): -12566513 or 999488. OLE color: 999488.

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

Color convert

RGB646415-
CMYK000.770.75
HSL60º62.03%15.49%-
HSV(B)60º76.56%25.1%-
XYZ4.034.791.16-
YUV58.41103.5131.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.76%
GREEN value IS 64 (25.39% from 255) = 44.76%
BLUE value IS 15 (6.25% from 255) = 10.49%
R=44.76%
G=44.76%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal646415000.770.756062.0315.49
Hex4040F004D4B3c3ef
Octal1001001700115113747617
Binary10000001000000111100100110110010111111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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