#36410D

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

Shades of Turtle Green #36410D

Tints of Turtle Green #36410D

Color information

#36410D (or 0x36410D) is unknown color: approx Turtle Green. HEX triplet: 36, 41 and 0D. RGB value is (54,65,13). Sum of RGB (Red+Green+Blue) = 54+65+13=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 13 (5.47% from 255 or 9.85% from 132); Max value from RGB is 65 - color contains mainly: green. Hex color #36410D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36410D is #C9BEF2. Grayscale: #373737. Windows color (decimal): -13221619 or 868662. OLE color: 868662.

HSL color Cylindrical-coordinate representation of color #36410D: hue angle of 72.69º 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 #36410D is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB546513-
CMYK0.1700.800.75
HSL72.69º66.67%15.29%-
HSV(B)72.69º80%25.49%-
XYZ3.484.591.08-
YUV55.78103.86126.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.91%
GREEN value IS 65 (25.78% from 255) = 49.24%
BLUE value IS 13 (5.47% from 255) = 9.85%
R=40.91%
G=49.24%
B=9.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5465130.1700.800.7572.6966.6715.29
Hex3641D110504B4943f
Octal661011521012011311110317
Binary1101101000001110110001010100001001011100100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36410D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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