#364616

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

Shades of Turtle Green #364616

Tints of Turtle Green #364616

Color information

#364616 (or 0x364616) is unknown color: approx Turtle Green. HEX triplet: 36, 46 and 16. RGB value is (54,70,22). Sum of RGB (Red+Green+Blue) = 54+70+22=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 70 (27.73% from 255 or 47.95% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 70 - color contains mainly: green. Hex color #364616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364616 is #C9B9E9. Grayscale: #3B3B3B. Windows color (decimal): -13220330 or 1459766. OLE color: 1459766.

HSL color Cylindrical-coordinate representation of color #364616: hue angle of 80º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #364616 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB547022-
CMYK0.2300.690.73
HSL80º52.17%18.04%-
HSV(B)80º68.57%27.45%-
XYZ3.865.221.56-
YUV59.74106.7123.9-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.99%
GREEN value IS 70 (27.73% from 255) = 47.95%
BLUE value IS 22 (8.98% from 255) = 15.07%
R=36.99%
G=47.95%
B=15.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5470220.2300.690.738052.1718.04
Hex3646161704549503412
Octal66106262701051111206422
Binary11011010001101011010111010001011001001101000011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364616; }

 p { color: rgb(54,70,22); }

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

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

 a { background-color: rgb(54,70,22); }

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

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

 span { border-color: rgb(54,70,22); }

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