#385837

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

Shades of Parsley #385837

Tints of Parsley #385837

Color information

#385837 (or 0x385837) is unknown color: approx Parsley. HEX triplet: 38, 58 and 37. RGB value is (56,88,55). Sum of RGB (Red+Green+Blue) = 56+88+55=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 88 (34.77% from 255 or 44.22% from 199); Blue value is 55 (21.88% from 255 or 27.64% from 199); Max value from RGB is 88 - color contains mainly: green. Hex color #385837 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385837 is #C7A7C8. Grayscale: #4A4A4A. Windows color (decimal): -13084617 or 3627064. OLE color: 3627064.

HSL color Cylindrical-coordinate representation of color #385837: hue angle of 118.18º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385837 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB568855-
CMYK0.3600.380.65
HSL118.18º23.08%28.04%-
HSV(B)118.18º37.5%34.51%-
XYZ5.818.14.87-
YUV74.67116.9114.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.14%
GREEN value IS 88 (34.77% from 255) = 44.22%
BLUE value IS 55 (21.88% from 255) = 27.64%
R=28.14%
G=44.22%
B=27.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5688550.3600.380.65118.1823.0828.04
Hex385837240264176171c
Octal7013067440461011662734
Binary11100010110001101111001000100110100000111101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385837; }

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

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

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

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

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

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

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

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