#36400E

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

Shades of Turtle Green #36400E

Tints of Turtle Green #36400E

Color information

#36400E (or 0x36400E) is unknown color: approx Turtle Green. HEX triplet: 36, 40 and 0E. RGB value is (54,64,14). Sum of RGB (Red+Green+Blue) = 54+64+14=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 14 (5.86% from 255 or 10.61% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #36400E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36400E is #C9BFF1. Grayscale: #373737. Windows color (decimal): -13221874 or 933942. OLE color: 933942.

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

Color convert

RGB546414-
CMYK0.1600.780.75
HSL72º64.1%15.29%-
HSV(B)72º78.12%25.1%-
XYZ3.434.481.1-
YUV55.31104.69127.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.91%
GREEN value IS 64 (25.39% from 255) = 48.48%
BLUE value IS 14 (5.86% from 255) = 10.61%
R=40.91%
G=48.48%
B=10.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5464140.1600.780.757264.115.29
Hex3640E1004E4B4840f
Octal661001620011611311010017
Binary1101101000000111010000010011101001011100100010000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36400E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,64,14); }

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

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

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

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

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

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

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