#403F0E

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

Shades of Turtle Green #403F0E

Tints of Turtle Green #403F0E

Color information

#403F0E (or 0x403F0E) is unknown color: approx Turtle Green. HEX triplet: 40, 3F and 0E. RGB value is (64,63,14). Sum of RGB (Red+Green+Blue) = 64+63+14=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 63 (25% from 255 or 44.68% from 141); Blue value is 14 (5.86% from 255 or 9.93% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #403F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403F0E is #BFC0F1. Grayscale: #393939. Windows color (decimal): -12566770 or 933696. OLE color: 933696.

HSL color Cylindrical-coordinate representation of color #403F0E: hue angle of 58.8º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #403F0E is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB646314-
CMYK00.020.780.75
HSL58.8º64.1%15.29%-
HSV(B)58.8º78.12%25.1%-
XYZ3.974.681.11-
YUV57.71103.33132.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.39%
GREEN value IS 63 (25% from 255) = 44.68%
BLUE value IS 14 (5.86% from 255) = 9.93%
R=45.39%
G=44.68%
B=9.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64631400.020.780.7558.864.115.29
Hex403FE024E4B3b40f
Octal1007716021161137310017
Binary100000011111111100101001110100101111101110000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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