#414115

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

Shades of Turtle Green #414115

Tints of Turtle Green #414115

Color information

#414115 (or 0x414115) is unknown color: approx Turtle Green. HEX triplet: 41, 41 and 15. RGB value is (65,65,21). Sum of RGB (Red+Green+Blue) = 65+65+21=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414115 is #BEBEEA. Grayscale: #3C3C3C. Windows color (decimal): -12500715 or 1392961. OLE color: 1392961.

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

Color convert

RGB656521-
CMYK000.680.75
HSL60º51.16%16.86%-
HSV(B)60º67.69%25.49%-
XYZ4.214.961.44-
YUV59.98106131.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.05%
GREEN value IS 65 (25.78% from 255) = 43.05%
BLUE value IS 21 (8.59% from 255) = 13.91%
R=43.05%
G=43.05%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal656521000.680.756051.1616.86
Hex41411500444B3c3311
Octal1011012500104113746321
Binary1000001100000110101001000100100101111110011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414115; }

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

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

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

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

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

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

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

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