Html Css Color HEX #41410D Turtle Green

📋 copy color: '#41410D'

red 65 ◦ green 65 ◦ blue 13

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

Shades of Turtle Green #41410D

Tints of Turtle Green #41410D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.09%

R = 45.45%
G = 45.45%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#41410D (or 0x41410D) is known color: Turtle Green. HEX triplet: 41, 41 and 0D. RGB value is (65,65,13). Sum of RGB (Red+Green+Blue) = 65+65+13=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 65 - color contains mainly: red, green. Hex color #41410D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41410D is #BEBEF2. Grayscale: #3B3B3B. Windows color (decimal): -12500723 or 868673. OLE color: 868673.

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

Color convert

RGB 65 65 13 -
CMYK 0 0 0.80 0.75
HSL 60º 0.67% 0.15% -
HSV(B) 60º 0.8% 0.25% -
XYZ 4.14 4.93 1.11 -
YUV 59.07 102 132.23 -
System Red Green Blue C M Y K H S L
Decimal 65 65 13 0 0 0.80 0.75 60 0.67 0.15
Hex 41 41 D 0 0 50 4B 3C 43 F
Octal 101 101 15 0 0 120 113 74 103 17
Binary 1000001 1000001 1101 0 0 1010000 1001011 111100 1000011 1111

Color Harmonies of #41410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41410D

Black with #41410D

Text Example


Text Example

White with #41410D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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