#413F04

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

Shades of Turtle Green #413F04

Tints of Turtle Green #413F04

Color information

#413F04 (or 0x413F04) is unknown color: approx Turtle Green. HEX triplet: 41, 3F and 04. RGB value is (65,63,4). Sum of RGB (Red+Green+Blue) = 65+63+4=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 63 (25% from 255 or 47.73% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #413F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413F04 is #BEC0FB. Grayscale: #393939. Windows color (decimal): -12501244 or 278337. OLE color: 278337.

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

Color convert

RGB65634-
CMYK00.030.940.75
HSL58.03º88.41%13.53%-
HSV(B)58.03º93.85%25.49%-
XYZ3.984.690.81-
YUV56.8798.16133.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 49.24%
GREEN value IS 63 (25% from 255) = 47.73%
BLUE value IS 4 (1.95% from 255) = 3.03%
R=49.24%
G=47.73%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6563400.030.940.7558.0388.4113.53
Hex413F4035E4B3a58e
Octal101774031361137213016
Binary10000011111111000111011110100101111101010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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