#365B35

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

Shades of Parsley #365B35

Tints of Parsley #365B35

Color information

#365B35 (or 0x365B35) is unknown color: approx Parsley. HEX triplet: 36, 5B and 35. RGB value is (54,91,53). Sum of RGB (Red+Green+Blue) = 54+91+53=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 91 (35.94% from 255 or 45.96% from 198); Blue value is 53 (21.09% from 255 or 26.77% from 198); Max value from RGB is 91 - color contains mainly: green. Hex color #365B35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365B35 is #C9A4CA. Grayscale: #4B4B4B. Windows color (decimal): -13214923 or 3496758. OLE color: 3496758.

HSL color Cylindrical-coordinate representation of color #365B35: hue angle of 118.42º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #365B35 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB549153-
CMYK0.4100.420.64
HSL118.42º26.39%28.24%-
HSV(B)118.42º41.76%35.69%-
XYZ5.918.524.7-
YUV75.6115.24112.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.27%
GREEN value IS 91 (35.94% from 255) = 45.96%
BLUE value IS 53 (21.09% from 255) = 26.77%
R=27.27%
G=45.96%
B=26.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5491530.4100.420.64118.4226.3928.24
Hex365B352902A40761a1c
Octal6613365510521001663234
Binary11011010110111101011010010101010100000011101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365B35; }

 p { color: rgb(54,91,53); }

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

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

 a { background-color: rgb(54,91,53); }

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

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

 span { border-color: rgb(54,91,53); }

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