#364714

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

Shades of Turtle Green #364714

Tints of Turtle Green #364714

Color information

#364714 (or 0x364714) is unknown color: approx Turtle Green. HEX triplet: 36, 47 and 14. RGB value is (54,71,20). Sum of RGB (Red+Green+Blue) = 54+71+20=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #364714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364714 is #C9B8EB. Grayscale: #3C3C3C. Windows color (decimal): -13220076 or 1328950. OLE color: 1328950.

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

Color convert

RGB547120-
CMYK0.2400.720.72
HSL80º56.04%17.84%-
HSV(B)80º71.83%27.84%-
XYZ3.95.341.49-
YUV60.1105.37123.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.24%
GREEN value IS 71 (28.12% from 255) = 48.97%
BLUE value IS 20 (8.20% from 255) = 13.79%
R=37.24%
G=48.97%
B=13.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5471200.2400.720.728056.0417.84
Hex3647141804848503812
Octal66107243001101101207022
Binary11011010001111010011000010010001001000101000011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364714; }

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

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

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

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

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

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

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

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