#403E07

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

Shades of Turtle Green #403E07

Tints of Turtle Green #403E07

Color information

#403E07 (or 0x403E07) is unknown color: approx Turtle Green. HEX triplet: 40, 3E and 07. RGB value is (64,62,7). Sum of RGB (Red+Green+Blue) = 64+62+7=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 62 (24.61% from 255 or 46.62% from 133); Blue value is 7 (3.12% from 255 or 5.26% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #403E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403E07 is #BFC1F8. Grayscale: #383838. Windows color (decimal): -12567033 or 474688. OLE color: 474688.

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

Color convert

RGB64627-
CMYK00.030.890.75
HSL57.89º80.28%13.92%-
HSV(B)57.89º89.06%25.1%-
XYZ3.884.550.88-
YUV56.33100.16133.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.12%
GREEN value IS 62 (24.61% from 255) = 46.62%
BLUE value IS 7 (3.12% from 255) = 5.26%
R=48.12%
G=46.62%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6462700.030.890.7557.8980.2813.92
Hex403E703594B3a50e
Octal100767031311137212016
Binary10000001111101110111011001100101111101010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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