#403F04

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

Shades of Turtle Green #403F04

Tints of Turtle Green #403F04

Color information

#403F04 (or 0x403F04) is unknown color: approx Turtle Green. HEX triplet: 40, 3F and 04. RGB value is (64,63,4). Sum of RGB (Red+Green+Blue) = 64+63+4=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 63 (25% from 255 or 48.09% from 131); Blue value is 4 (1.95% from 255 or 3.05% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #403F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403F04 is #BFC0FB. Grayscale: #383838. Windows color (decimal): -12566780 or 278336. OLE color: 278336.

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

Color convert

RGB64634-
CMYK00.020.940.75
HSL59º88.24%13.33%-
HSV(B)59º93.75%25.1%-
XYZ3.914.650.81-
YUV56.5798.33133.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.85%
GREEN value IS 63 (25% from 255) = 48.09%
BLUE value IS 4 (1.95% from 255) = 3.05%
R=48.85%
G=48.09%
B=3.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6463400.020.940.755988.2413.33
Hex403F4025E4B3b58d
Octal100774021361137313015
Binary10000001111111000101011110100101111101110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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