#364715

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

Shades of Turtle Green #364715

Tints of Turtle Green #364715

Color information

#364715 (or 0x364715) is unknown color: approx Turtle Green. HEX triplet: 36, 47 and 15. RGB value is (54,71,21). Sum of RGB (Red+Green+Blue) = 54+71+21=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 71 (28.12% from 255 or 48.63% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 71 - color contains mainly: green. Hex color #364715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364715 is #C9B8EA. Grayscale: #3C3C3C. Windows color (decimal): -13220075 or 1394486. OLE color: 1394486.

HSL color Cylindrical-coordinate representation of color #364715: hue angle of 80.4º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #364715 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB547121-
CMYK0.2400.700.72
HSL80.4º54.35%18.04%-
HSV(B)80.4º70.42%27.84%-
XYZ3.915.341.54-
YUV60.22105.87123.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.99%
GREEN value IS 71 (28.12% from 255) = 48.63%
BLUE value IS 21 (8.59% from 255) = 14.38%
R=36.99%
G=48.63%
B=14.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5471210.2400.700.7280.454.3518.04
Hex3647151804648503612
Octal66107253001061101206622
Binary11011010001111010111000010001101001000101000011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364715; }

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

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

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

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

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

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

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

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