#366038

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

Shades of Parsley #366038

Tints of Parsley #366038

Color information

#366038 (or 0x366038) is unknown color: approx Parsley. HEX triplet: 36, 60 and 38. RGB value is (54,96,56). Sum of RGB (Red+Green+Blue) = 54+96+56=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #366038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366038 is #C99FC7. Grayscale: #4F4F4F. Windows color (decimal): -13213640 or 3694646. OLE color: 3694646.

HSL color Cylindrical-coordinate representation of color #366038: hue angle of 122.86º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #366038 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB549656-
CMYK0.4400.420.62
HSL122.86º28%29.41%-
HSV(B)122.86º43.75%37.65%-
XYZ6.429.445.22-
YUV78.88115.09110.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.21%
GREEN value IS 96 (37.89% from 255) = 46.60%
BLUE value IS 56 (22.27% from 255) = 27.18%
R=26.21%
G=46.60%
B=27.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5496560.4400.420.62122.862829.41
Hex3660382C02A3E7b1c1d
Octal661407054052761733435
Binary1101101100000111000101100010101011111011110111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366038; }

 p { color: rgb(54,96,56); }

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

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

 a { background-color: rgb(54,96,56); }

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

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

 span { border-color: rgb(54,96,56); }

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