#403F0A

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

Shades of Turtle Green #403F0A

Tints of Turtle Green #403F0A

Color information

#403F0A (or 0x403F0A) is unknown color: approx Turtle Green. HEX triplet: 40, 3F and 0A. RGB value is (64,63,10). Sum of RGB (Red+Green+Blue) = 64+63+10=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 63 (25% from 255 or 45.99% from 137); Blue value is 10 (4.30% from 255 or 7.30% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #403F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403F0A is #BFC0F5. Grayscale: #393939. Windows color (decimal): -12566774 or 671552. OLE color: 671552.

HSL color Cylindrical-coordinate representation of color #403F0A: hue angle of 58.89º 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 #403F0A is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.75.

Color convert

RGB646310-
CMYK00.020.840.75
HSL58.89º72.97%14.51%-
HSV(B)58.89º84.38%25.1%-
XYZ3.954.670.98-
YUV57.26101.33132.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.72%
GREEN value IS 63 (25% from 255) = 45.99%
BLUE value IS 10 (4.30% from 255) = 7.30%
R=46.72%
G=45.99%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64631000.020.840.7558.8972.9714.51
Hex403FA02544B3b49f
Octal1007712021241137311117
Binary100000011111110100101010100100101111101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403F0A; }

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

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

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

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

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

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

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

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