#414110

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

Shades of Turtle Green #414110

Tints of Turtle Green #414110

Color information

#414110 (or 0x414110) is unknown color: approx Turtle Green. HEX triplet: 41, 41 and 10. RGB value is (65,65,16). Sum of RGB (Red+Green+Blue) = 65+65+16=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414110 is #BEBEEF. Grayscale: #3B3B3B. Windows color (decimal): -12500720 or 1065281. OLE color: 1065281.

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

Color convert

RGB656516-
CMYK000.750.75
HSL60º60.49%15.88%-
HSV(B)60º75.38%25.49%-
XYZ4.164.941.22-
YUV59.41103.5131.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.52%
GREEN value IS 65 (25.78% from 255) = 44.52%
BLUE value IS 16 (6.64% from 255) = 10.96%
R=44.52%
G=44.52%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal656516000.750.756060.4915.88
Hex414110004B4B3c3c10
Octal1011012000113113747420
Binary1000001100000110000001001011100101111110011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414110; }

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

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

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

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

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

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

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

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