#365235

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

Shades of Parsley #365235

Tints of Parsley #365235

Color information

#365235 (or 0x365235) is unknown color: approx Parsley. HEX triplet: 36, 52 and 35. RGB value is (54,82,53). Sum of RGB (Red+Green+Blue) = 54+82+53=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 82 - color contains mainly: green. Hex color #365235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365235 is #C9ADCA. Grayscale: #464646. Windows color (decimal): -13217227 or 3494454. OLE color: 3494454.

HSL color Cylindrical-coordinate representation of color #365235: hue angle of 117.93º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #365235 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB548253-
CMYK0.3400.350.68
HSL117.93º21.48%26.47%-
HSV(B)117.93º35.37%32.16%-
XYZ5.187.084.46-
YUV70.32118.22116.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.57%
GREEN value IS 82 (32.42% from 255) = 43.39%
BLUE value IS 53 (21.09% from 255) = 28.04%
R=28.57%
G=43.39%
B=28.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5482530.3400.350.68117.9321.4826.47
Hex365235220234476151a
Octal6612265420431041662532
Binary11011010100101101011000100100011100010011101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365235; }

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

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

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

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

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

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

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

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