#36390E

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

Shades of Turtle Green #36390E

Tints of Turtle Green #36390E

Color information

#36390E (or 0x36390E) is unknown color: approx Turtle Green. HEX triplet: 36, 39 and 0E. RGB value is (54,57,14). Sum of RGB (Red+Green+Blue) = 54+57+14=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 57 (22.66% from 255 or 45.6% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 57 - color contains mainly: green. Hex color #36390E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36390E is #C9C6F1. Grayscale: #333333. Windows color (decimal): -13223666 or 932150. OLE color: 932150.

HSL color Cylindrical-coordinate representation of color #36390E: hue angle of 64.19º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36390E is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB545714-
CMYK0.0500.750.78
HSL64.19º60.56%13.92%-
HSV(B)64.19º75.44%22.35%-
XYZ3.063.740.98-
YUV51.2107.01130-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.2%
GREEN value IS 57 (22.66% from 255) = 45.6%
BLUE value IS 14 (5.86% from 255) = 11.2%
R=43.2%
G=45.6%
B=11.2%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5457140.0500.750.7864.1960.5613.92
Hex3639E504B4E403de
Octal667116501131161007516
Binary110110111001111010101001011100111010000001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36390E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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