#375C38

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

Shades of Parsley #375C38

Tints of Parsley #375C38

Color information

#375C38 (or 0x375C38) is unknown color: approx Parsley. HEX triplet: 37, 5C and 38. RGB value is (55,92,56). Sum of RGB (Red+Green+Blue) = 55+92+56=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 92 (36.33% from 255 or 45.32% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 92 - color contains mainly: green. Hex color #375C38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375C38 is #C8A3C7. Grayscale: #4C4C4C. Windows color (decimal): -13149128 or 3693623. OLE color: 3693623.

HSL color Cylindrical-coordinate representation of color #375C38: hue angle of 121.62º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #375C38 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.64.

Color convert

RGB559256-
CMYK0.4000.390.64
HSL121.62º25.17%28.82%-
HSV(B)121.62º40.22%36.08%-
XYZ6.128.755.11-
YUV76.83116.24112.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.09%
GREEN value IS 92 (36.33% from 255) = 45.32%
BLUE value IS 56 (22.27% from 255) = 27.59%
R=27.09%
G=45.32%
B=27.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5592560.4000.390.64121.6225.1728.82
Hex375C3828027407a191d
Octal6713470500471001723135
Binary11011110111001110001010000100111100000011110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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