#414009

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

Shades of Turtle Green #414009

Tints of Turtle Green #414009

Color information

#414009 (or 0x414009) is unknown color: approx Turtle Green. HEX triplet: 41, 40 and 09. RGB value is (65,64,9). Sum of RGB (Red+Green+Blue) = 65+64+9=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #414009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414009 is #BEBFF6. Grayscale: #3A3A3A. Windows color (decimal): -12500983 or 606273. OLE color: 606273.

HSL color Cylindrical-coordinate representation of color #414009: hue angle of 58.93º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #414009 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB65649-
CMYK00.020.860.75
HSL58.93º75.68%14.51%-
HSV(B)58.93º86.15%25.49%-
XYZ4.064.810.97-
YUV58.03100.33132.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.10%
GREEN value IS 64 (25.39% from 255) = 46.38%
BLUE value IS 9 (3.91% from 255) = 6.52%
R=47.10%
G=46.38%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6564900.020.860.7558.9375.6814.51
Hex4140902564B3b4cf
Octal10110011021261137311417
Binary1000001100000010010101010110100101111101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414009; }

 p { color: rgb(65,64,9); }

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

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

 a { background-color: rgb(65,64,9); }

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

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

 span { border-color: rgb(65,64,9); }

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