#414116

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

Shades of Turtle Green #414116

Tints of Turtle Green #414116

Color information

#414116 (or 0x414116) is unknown color: approx Turtle Green. HEX triplet: 41, 41 and 16. RGB value is (65,65,22). Sum of RGB (Red+Green+Blue) = 65+65+22=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414116 is #BEBEE9. Grayscale: #3C3C3C. Windows color (decimal): -12500714 or 1458497. OLE color: 1458497.

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

Color convert

RGB656522-
CMYK000.660.75
HSL60º49.43%17.06%-
HSV(B)60º66.15%25.49%-
XYZ4.224.961.49-
YUV60.1106.5131.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.76%
GREEN value IS 65 (25.78% from 255) = 42.76%
BLUE value IS 22 (8.98% from 255) = 14.47%
R=42.76%
G=42.76%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal656522000.660.756049.4317.06
Hex41411600424B3c3111
Octal1011012600102113746121
Binary1000001100000110110001000010100101111110011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414116; }

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

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

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

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

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

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

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

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