#385937

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

Shades of Parsley #385937

Tints of Parsley #385937

Color information

#385937 (or 0x385937) is unknown color: approx Parsley. HEX triplet: 38, 59 and 37. RGB value is (56,89,55). Sum of RGB (Red+Green+Blue) = 56+89+55=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 89 (35.16% from 255 or 44.5% from 200); Blue value is 55 (21.88% from 255 or 27.5% from 200); Max value from RGB is 89 - color contains mainly: green. Hex color #385937 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385937 is #C7A6C8. Grayscale: #4B4B4B. Windows color (decimal): -13084361 or 3627320. OLE color: 3627320.

HSL color Cylindrical-coordinate representation of color #385937: hue angle of 118.24º degrees, saturation: 0.24, 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 #385937 is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB568955-
CMYK0.3700.380.65
HSL118.24º23.61%28.24%-
HSV(B)118.24º38.2%34.9%-
XYZ5.898.264.9-
YUV75.26116.57114.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28%
GREEN value IS 89 (35.16% from 255) = 44.5%
BLUE value IS 55 (21.88% from 255) = 27.5%
R=28%
G=44.5%
B=27.5%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5689550.3700.380.65118.2423.6128.24
Hex385937250264176181c
Octal7013167450461011663034
Binary11100010110011101111001010100110100000111101101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385937; }

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

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

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

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

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

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

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

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