#403E05

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

Shades of Turtle Green #403E05

Tints of Turtle Green #403E05

Color information

#403E05 (or 0x403E05) is unknown color: approx Turtle Green. HEX triplet: 40, 3E and 05. RGB value is (64,62,5). Sum of RGB (Red+Green+Blue) = 64+62+5=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 62 (24.61% from 255 or 47.33% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #403E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403E05 is #BFC1FA. Grayscale: #383838. Windows color (decimal): -12567035 or 343616. OLE color: 343616.

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

Color convert

RGB64625-
CMYK00.030.920.75
HSL57.97º85.51%13.53%-
HSV(B)57.97º92.19%25.1%-
XYZ3.864.550.82-
YUV56.199.16133.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.85%
GREEN value IS 62 (24.61% from 255) = 47.33%
BLUE value IS 5 (2.34% from 255) = 3.82%
R=48.85%
G=47.33%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6462500.030.920.7557.9785.5113.53
Hex403E5035C4B3a56e
Octal100765031341137212616
Binary10000001111101010111011100100101111101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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