#41400E

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

Shades of Turtle Green #41400E

Tints of Turtle Green #41400E

Color information

#41400E (or 0x41400E) is unknown color: approx Turtle Green. HEX triplet: 41, 40 and 0E. RGB value is (65,64,14). Sum of RGB (Red+Green+Blue) = 65+64+14=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #41400E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41400E is #BEBFF1. Grayscale: #3A3A3A. Windows color (decimal): -12500978 or 933953. OLE color: 933953.

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

Color convert

RGB656414-
CMYK00.020.780.75
HSL58.82º64.56%15.49%-
HSV(B)58.82º78.46%25.49%-
XYZ4.094.821.13-
YUV58.6102.83132.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.45%
GREEN value IS 64 (25.39% from 255) = 44.76%
BLUE value IS 14 (5.86% from 255) = 9.79%
R=45.45%
G=44.76%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65641400.020.780.7558.8264.5615.49
Hex4140E024E4B3b41f
Octal10110016021161137310117
Binary1000001100000011100101001110100101111101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41400E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41400E; }

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

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

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

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

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

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

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

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