#403F0F

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

Shades of Turtle Green #403F0F

Tints of Turtle Green #403F0F

Color information

#403F0F (or 0x403F0F) is unknown color: approx Turtle Green. HEX triplet: 40, 3F and 0F. RGB value is (64,63,15). Sum of RGB (Red+Green+Blue) = 64+63+15=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 63 (25% from 255 or 44.37% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #403F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403F0F is #BFC0F0. Grayscale: #3A3A3A. Windows color (decimal): -12566769 or 999232. OLE color: 999232.

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

Color convert

RGB646315-
CMYK00.020.770.75
HSL58.78º62.03%15.49%-
HSV(B)58.78º76.56%25.1%-
XYZ3.984.681.15-
YUV57.83103.83132.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.07%
GREEN value IS 63 (25% from 255) = 44.37%
BLUE value IS 15 (6.25% from 255) = 10.56%
R=45.07%
G=44.37%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64631500.020.770.7558.7862.0315.49
Hex403FF024D4B3b3ef
Octal100771702115113737617
Binary10000001111111111010100110110010111110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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