#364815

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

Shades of Turtle Green #364815

Tints of Turtle Green #364815

Color information

#364815 (or 0x364815) is unknown color: approx Turtle Green. HEX triplet: 36, 48 and 15. RGB value is (54,72,21). Sum of RGB (Red+Green+Blue) = 54+72+21=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 72 - color contains mainly: green. Hex color #364815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364815 is #C9B7EA. Grayscale: #3C3C3C. Windows color (decimal): -13219819 or 1394742. OLE color: 1394742.

HSL color Cylindrical-coordinate representation of color #364815: hue angle of 81.18º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #364815 is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB547221-
CMYK0.2500.710.72
HSL81.18º54.84%18.24%-
HSV(B)81.18º70.83%28.24%-
XYZ3.975.471.56-
YUV60.8105.54123.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.73%
GREEN value IS 72 (28.52% from 255) = 48.98%
BLUE value IS 21 (8.59% from 255) = 14.29%
R=36.73%
G=48.98%
B=14.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5472210.2500.710.7281.1854.8418.24
Hex3648151904748513712
Octal66110253101071101216722
Binary11011010010001010111001010001111001000101000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364815; }

 p { color: rgb(54,72,21); }

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

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

 a { background-color: rgb(54,72,21); }

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

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

 span { border-color: rgb(54,72,21); }

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