#385B38

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

Shades of Parsley #385B38

Tints of Parsley #385B38

Color information

#385B38 (or 0x385B38) is unknown color: approx Parsley. HEX triplet: 38, 5B and 38. RGB value is (56,91,56). Sum of RGB (Red+Green+Blue) = 56+91+56=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 91 (35.94% from 255 or 44.83% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 91 - color contains mainly: green. Hex color #385B38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385B38 is #C7A4C7. Grayscale: #4C4C4C. Windows color (decimal): -13083848 or 3693368. OLE color: 3693368.

HSL color Cylindrical-coordinate representation of color #385B38: hue angle of 120º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385B38 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.64.

Color convert

RGB569156-
CMYK0.3800.380.64
HSL120º23.81%28.82%-
HSV(B)120º38.46%35.69%-
XYZ6.098.615.08-
YUV76.54116.4113.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.59%
GREEN value IS 91 (35.94% from 255) = 44.83%
BLUE value IS 56 (22.27% from 255) = 27.59%
R=27.59%
G=44.83%
B=27.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5691560.3800.380.6412023.8128.82
Hex385B38260264078181d
Octal7013370460461001703035
Binary11100010110111110001001100100110100000011110001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385B38; }

 p { color: rgb(56,91,56); }

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

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

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

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

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

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

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