#375536

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

Shades of Parsley #375536

Tints of Parsley #375536

Color information

#375536 (or 0x375536) is unknown color: approx Parsley. HEX triplet: 37, 55 and 36. RGB value is (55,85,54). Sum of RGB (Red+Green+Blue) = 55+85+54=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 54 (21.48% from 255 or 27.84% from 194); Max value from RGB is 85 - color contains mainly: green. Hex color #375536 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375536 is #C8AAC9. Grayscale: #484848. Windows color (decimal): -13150922 or 3560759. OLE color: 3560759.

HSL color Cylindrical-coordinate representation of color #375536: hue angle of 118.06º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #375536 is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB558554-
CMYK0.3500.360.67
HSL118.06º22.3%27.25%-
HSV(B)118.06º36.47%33.33%-
XYZ5.497.584.66-
YUV72.5117.56115.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.35%
GREEN value IS 85 (33.59% from 255) = 43.81%
BLUE value IS 54 (21.48% from 255) = 27.84%
R=28.35%
G=43.81%
B=27.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5585540.3500.360.67118.0622.327.25
Hex375536230244376161b
Octal6712566430441031662633
Binary11011110101011101101000110100100100001111101101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375536; }

 p { color: rgb(55,85,54); }

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

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

 a { background-color: rgb(55,85,54); }

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

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

 span { border-color: rgb(55,85,54); }

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