#36400B

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

Shades of Turtle Green #36400B

Tints of Turtle Green #36400B

Color information

#36400B (or 0x36400B) is unknown color: approx Turtle Green. HEX triplet: 36, 40 and 0B. RGB value is (54,64,11). Sum of RGB (Red+Green+Blue) = 54+64+11=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 64 (25.39% from 255 or 49.61% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 64 - color contains mainly: green. Hex color #36400B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36400B is #C9BFF4. Grayscale: #373737. Windows color (decimal): -13221877 or 737334. OLE color: 737334.

HSL color Cylindrical-coordinate representation of color #36400B: hue angle of 71.32º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #36400B is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB546411-
CMYK0.1600.830.75
HSL71.32º70.67%14.71%-
HSV(B)71.32º82.81%25.1%-
XYZ3.424.481-
YUV54.97103.19127.31-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.86%
GREEN value IS 64 (25.39% from 255) = 49.61%
BLUE value IS 11 (4.69% from 255) = 8.53%
R=41.86%
G=49.61%
B=8.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5464110.1600.830.7571.3270.6714.71
Hex3640B100534B4747f
Octal661001320012311310710717
Binary1101101000000101110000010100111001011100011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36400B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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