#403F05

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

Shades of Turtle Green #403F05

Tints of Turtle Green #403F05

Color information

#403F05 (or 0x403F05) is unknown color: approx Turtle Green. HEX triplet: 40, 3F and 05. RGB value is (64,63,5). Sum of RGB (Red+Green+Blue) = 64+63+5=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 63 (25% from 255 or 47.73% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #403F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403F05 is #BFC0FA. Grayscale: #383838. Windows color (decimal): -12566779 or 343872. OLE color: 343872.

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

Color convert

RGB64635-
CMYK00.020.920.75
HSL58.98º85.51%13.53%-
HSV(B)58.98º92.19%25.1%-
XYZ3.924.660.84-
YUV56.6998.83133.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.48%
GREEN value IS 63 (25% from 255) = 47.73%
BLUE value IS 5 (2.34% from 255) = 3.79%
R=48.48%
G=47.73%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6463500.020.920.7558.9885.5113.53
Hex403F5025C4B3b56e
Octal100775021341137312616
Binary10000001111111010101011100100101111101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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