Html Css Color HEX #375F38 Parsley

📋 copy color: '#375F38'

red 55 ◦ green 95 ◦ blue 56

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

Shades of Parsley #375F38

Tints of Parsley #375F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 27.18%

R = 26.7%
G = 46.12%
B = 27.18%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.41

 K value IS 0.63

RGB Variations

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

Color information

#375F38 (or 0x375F38) is known color: Parsley. HEX triplet: 37, 5F and 38. RGB value is (55,95,56). Sum of RGB (Red+Green+Blue) = 55+95+56=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 95 (37.5% from 255 or 46.12% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 95 - color contains mainly: green. Hex color #375F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375F38 is #C8A0C7. Grayscale: #4E4E4E. Windows color (decimal): -13148360 or 3694391. OLE color: 3694391.

HSL color Cylindrical-coordinate representation of color #375F38: hue angle of 121.5º 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 #375F38 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.63.

Color convert

RGB 55 95 56 -
CMYK 0.42 0 0.41 0.63
HSL 121.5º 0.27% 0.29% -
HSV(B) 121.5º 0.42% 0.37% -
XYZ 6.38 9.28 5.2 -
YUV 78.59 115.25 111.17 -
System Red Green Blue C M Y K H S L
Decimal 55 95 56 0.42 0 0.41 0.63 121.5 0.27 0.29
Hex 37 5F 38 2A 0 29 3F 7A 1B 1D
Octal 67 137 70 52 0 51 77 172 33 35
Binary 110111 1011111 111000 101010 0 101001 111111 1111010 11011 11101

Color Harmonies of #375F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375F38

Black with #375F38

Text Example


Text Example

White with #375F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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