#41410D

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

Shades of Turtle Green #41410D

Tints of Turtle Green #41410D

Color information

#41410D (or 0x41410D) is unknown color: approx 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

RGB656513-
CMYK000.800.75
HSL60º66.67%15.29%-
HSV(B)60º80%25.49%-
XYZ4.144.931.11-
YUV59.07102132.23-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal656513000.800.756066.6715.29
Hex4141D00504B3c43f
Octal10110115001201137410317
Binary100000110000011101001010000100101111110010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41410D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>