#414111

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

Shades of Turtle Green #414111

Tints of Turtle Green #414111

Color information

#414111 (or 0x414111) is unknown color: approx Turtle Green. HEX triplet: 41, 41 and 11. RGB value is (65,65,17). Sum of RGB (Red+Green+Blue) = 65+65+17=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414111 is #BEBEEE. Grayscale: #3B3B3B. Windows color (decimal): -12500719 or 1130817. OLE color: 1130817.

HSL color Cylindrical-coordinate representation of color #414111: hue angle of 60º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #414111 is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.75.

Color convert

RGB656517-
CMYK000.740.75
HSL60º58.54%16.08%-
HSV(B)60º73.85%25.49%-
XYZ4.174.941.26-
YUV59.53104131.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.22%
GREEN value IS 65 (25.78% from 255) = 44.22%
BLUE value IS 17 (7.03% from 255) = 11.56%
R=44.22%
G=44.22%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal656517000.740.756058.5416.08
Hex414111004A4B3c3b10
Octal1011012100112113747320
Binary1000001100000110001001001010100101111110011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414111; }

 p { color: rgb(65,65,17); }

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

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

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

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

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

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

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