#36410C

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

Shades of Turtle Green #36410C

Tints of Turtle Green #36410C

Color information

#36410C (or 0x36410C) is unknown color: approx Turtle Green. HEX triplet: 36, 41 and 0C. RGB value is (54,65,12). Sum of RGB (Red+Green+Blue) = 54+65+12=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #36410C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36410C is #C9BEF3. Grayscale: #373737. Windows color (decimal): -13221620 or 803126. OLE color: 803126.

HSL color Cylindrical-coordinate representation of color #36410C: hue angle of 72.45º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #36410C is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.75.

Color convert

RGB546512-
CMYK0.1700.820.75
HSL72.45º68.83%15.1%-
HSV(B)72.45º81.54%25.49%-
XYZ3.484.591.05-
YUV55.67103.36126.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.22%
GREEN value IS 65 (25.78% from 255) = 49.62%
BLUE value IS 12 (5.08% from 255) = 9.16%
R=41.22%
G=49.62%
B=9.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5465120.1700.820.7572.4568.8315.1
Hex3641C110524B4845f
Octal661011421012211311010517
Binary1101101000001110010001010100101001011100100010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36410C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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