#403F03

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

Shades of Turtle Green #403F03

Tints of Turtle Green #403F03

Color information

#403F03 (or 0x403F03) is unknown color: approx Turtle Green. HEX triplet: 40, 3F and 03. RGB value is (64,63,3). Sum of RGB (Red+Green+Blue) = 64+63+3=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 63 (25% from 255 or 48.46% from 130); Blue value is 3 (1.56% from 255 or 2.31% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #403F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403F03 is #BFC0FC. Grayscale: #383838. Windows color (decimal): -12566781 or 212800. OLE color: 212800.

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

Color convert

RGB64633-
CMYK00.020.950.75
HSL59.02º91.04%13.14%-
HSV(B)59.02º95.31%25.1%-
XYZ3.914.650.78-
YUV56.4697.83133.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.23%
GREEN value IS 63 (25% from 255) = 48.46%
BLUE value IS 3 (1.56% from 255) = 2.31%
R=49.23%
G=48.46%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6463300.020.950.7559.0291.0413.14
Hex403F3025F4B3b5bd
Octal100773021371137313315
Binary1000000111111110101011111100101111101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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