#36490E

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

Shades of Turtle Green #36490E

Tints of Turtle Green #36490E

Color information

#36490E (or 0x36490E) is unknown color: approx Turtle Green. HEX triplet: 36, 49 and 0E. RGB value is (54,73,14). Sum of RGB (Red+Green+Blue) = 54+73+14=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 73 (28.91% from 255 or 51.77% from 141); Blue value is 14 (5.86% from 255 or 9.93% from 141); Max value from RGB is 73 - color contains mainly: green. Hex color #36490E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36490E is #C9B6F1. Grayscale: #3C3C3C. Windows color (decimal): -13219570 or 936246. OLE color: 936246.

HSL color Cylindrical-coordinate representation of color #36490E: hue angle of 79.32º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #36490E is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB547314-
CMYK0.2600.810.71
HSL79.32º67.82%17.06%-
HSV(B)79.32º80.82%28.63%-
XYZ3.985.581.28-
YUV60.59101.71123.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.30%
GREEN value IS 73 (28.91% from 255) = 51.77%
BLUE value IS 14 (5.86% from 255) = 9.93%
R=38.30%
G=51.77%
B=9.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5473140.2600.810.7179.3267.8217.06
Hex3649E1A051474f4411
Octal661111632012110711710421
Binary11011010010011110110100101000110001111001111100010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36490E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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