Html Css Color HEX #375F37 Parsley

📋 copy color: '#375F37'

red 55 ◦ green 95 ◦ blue 55

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

Shades of Parsley #375F37

Tints of Parsley #375F37

RGB

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

 GREEN value IS 95 (37.5% from 255) = 46.34%

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

R = 26.83%
G = 46.34%
B = 26.83%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.42

 K value IS 0.63

RGB Variations

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

Color information

#375F37 (or 0x375F37) is known color: Parsley. HEX triplet: 37, 5F and 37. RGB value is (55,95,55). Sum of RGB (Red+Green+Blue) = 55+95+55=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 95 (37.5% from 255 or 46.34% from 205); Blue value is 55 (21.88% from 255 or 26.83% from 205); Max value from RGB is 95 - color contains mainly: green. Hex color #375F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375F37 is #C8A0C8. Grayscale: #4E4E4E. Windows color (decimal): -13148361 or 3628855. OLE color: 3628855.

HSL color Cylindrical-coordinate representation of color #375F37: hue angle of 120º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #375F37 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.63.

Color convert

RGB 55 95 55 -
CMYK 0.42 0 0.42 0.63
HSL 120º 0.27% 0.29% -
HSV(B) 120º 0.42% 0.37% -
XYZ 6.36 9.27 5.07 -
YUV 78.48 114.75 111.25 -
System Red Green Blue C M Y K H S L
Decimal 55 95 55 0.42 0 0.42 0.63 120 0.27 0.29
Hex 37 5F 37 2A 0 2A 3F 78 1B 1D
Octal 67 137 67 52 0 52 77 170 33 35
Binary 110111 1011111 110111 101010 0 101010 111111 1111000 11011 11101

Color Harmonies of #375F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375F37

Black with #375F37

Text Example


Text Example

White with #375F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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