#403F02

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

Shades of Turtle Green #403F02

Tints of Turtle Green #403F02

Color information

#403F02 (or 0x403F02) is unknown color: approx Turtle Green. HEX triplet: 40, 3F and 02. RGB value is (64,63,2). Sum of RGB (Red+Green+Blue) = 64+63+2=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 63 (25% from 255 or 48.84% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #403F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403F02 is #BFC0FD. Grayscale: #383838. Windows color (decimal): -12566782 or 147264. OLE color: 147264.

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

Color convert

RGB64632-
CMYK00.020.970.75
HSL59.03º93.94%12.94%-
HSV(B)59.03º96.88%25.1%-
XYZ3.94.650.75-
YUV56.3497.33133.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.61%
GREEN value IS 63 (25% from 255) = 48.84%
BLUE value IS 2 (1.17% from 255) = 1.55%
R=49.61%
G=48.84%
B=1.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6463200.020.970.7559.0393.9412.94
Hex403F202614B3b5ed
Octal100772021411137313615
Binary1000000111111100101100001100101111101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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