Html Css Color HEX #375237 Parsley

📋 copy color: '#375237'

red 55 ◦ green 82 ◦ blue 55

#375237
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Parsley #375237

Tints of Parsley #375237

RGB

 RED value IS 55 (21.88% from 255) = 28.65%

 GREEN value IS 82 (32.42% from 255) = 42.71%

 BLUE value IS 55 (21.88% from 255) = 28.65%

R = 28.65%
G = 42.71%
B = 28.65%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#375237 (or 0x375237) is known color: Parsley. HEX triplet: 37, 52 and 37. RGB value is (55,82,55). Sum of RGB (Red+Green+Blue) = 55+82+55=192 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.65% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 55 (21.88% from 255 or 28.65% from 192); Max value from RGB is 82 - color contains mainly: green. Hex color #375237 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375237 is #C8ADC8. Grayscale: #464646. Windows color (decimal): -13151689 or 3625527. OLE color: 3625527.

HSL color Cylindrical-coordinate representation of color #375237: hue angle of 120º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #375237 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 82 55 -
CMYK 0.33 0 0.33 0.68
HSL 120º 0.2% 0.27% -
HSV(B) 120º 0.33% 0.32% -
XYZ 5.28 7.12 4.71 -
YUV 70.85 119.05 116.7 -
System Red Green Blue C M Y K H S L
Decimal 55 82 55 0.33 0 0.33 0.68 120 0.2 0.27
Hex 37 52 37 21 0 21 44 78 14 1B
Octal 67 122 67 41 0 41 104 170 24 33
Binary 110111 1010010 110111 100001 0 100001 1000100 1111000 10100 11011

Color Harmonies of #375237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375237

Black with #375237

Text Example


Text Example

White with #375237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375237; }

 p { color: rgb(55,82,55); }

 H1.HeaderClassName
 {
   color: #375237;
 }
 .AnyTagClassName
 {
   color: #375237;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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