#36490F

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

Shades of Turtle Green #36490F

Tints of Turtle Green #36490F

Color information

#36490F (or 0x36490F) is unknown color: approx Turtle Green. HEX triplet: 36, 49 and 0F. RGB value is (54,73,15). Sum of RGB (Red+Green+Blue) = 54+73+15=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 73 (28.91% from 255 or 51.41% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 73 - color contains mainly: green. Hex color #36490F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36490F is #C9B6F0. Grayscale: #3C3C3C. Windows color (decimal): -13219569 or 1001782. OLE color: 1001782.

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

Color convert

RGB547315-
CMYK0.2600.790.71
HSL79.66º65.91%17.25%-
HSV(B)79.66º79.45%28.63%-
XYZ3.995.581.32-
YUV60.71102.21123.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.03%
GREEN value IS 73 (28.91% from 255) = 51.41%
BLUE value IS 15 (6.25% from 255) = 10.56%
R=38.03%
G=51.41%
B=10.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5473150.2600.790.7179.6665.9117.25
Hex3649F1A04F47504211
Octal661111732011710712010221
Binary11011010010011111110100100111110001111010000100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36490F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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