Html Css Color HEX #41410E Turtle Green

📋 copy color: '#41410E'

red 65 ◦ green 65 ◦ blue 14

#41410E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #41410E

Tints of Turtle Green #41410E

RGB

 RED value IS 65 (25.78% from 255) = 45.14%

 GREEN value IS 65 (25.78% from 255) = 45.14%

 BLUE value IS 14 (5.86% from 255) = 9.72%

R = 45.14%
G = 45.14%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#41410E (or 0x41410E) is known color: Turtle Green. HEX triplet: 41, 41 and 0E. RGB value is (65,65,14). Sum of RGB (Red+Green+Blue) = 65+65+14=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 65 - color contains mainly: red, green. Hex color #41410E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41410E is #BEBEF1. Grayscale: #3B3B3B. Windows color (decimal): -12500722 or 934209. OLE color: 934209.

HSL color Cylindrical-coordinate representation of color #41410E: hue angle of 60º 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 #41410E is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 65 14 -
CMYK 0 0 0.78 0.75
HSL 60º 0.65% 0.15% -
HSV(B) 60º 0.78% 0.25% -
XYZ 4.15 4.94 1.15 -
YUV 59.19 102.5 132.15 -
System Red Green Blue C M Y K H S L
Decimal 65 65 14 0 0 0.78 0.75 60 0.65 0.15
Hex 41 41 E 0 0 4E 4B 3C 41 F
Octal 101 101 16 0 0 116 113 74 101 17
Binary 1000001 1000001 1110 0 0 1001110 1001011 111100 1000001 1111

Color Harmonies of #41410E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41410E

Black with #41410E

Text Example


Text Example

White with #41410E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #41410E;
 }
 .AnyTagClassName
 {
   color: #41410E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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