#385238

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

Shades of Parsley #385238

Tints of Parsley #385238

Color information

#385238 (or 0x385238) is unknown color: approx Parsley. HEX triplet: 38, 52 and 38. RGB value is (56,82,56). Sum of RGB (Red+Green+Blue) = 56+82+56=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 56 (22.27% from 255 or 28.87% from 194); Max value from RGB is 82 - color contains mainly: green. Hex color #385238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385238 is #C7ADC7. Grayscale: #474747. Windows color (decimal): -13086152 or 3691064. OLE color: 3691064.

HSL color Cylindrical-coordinate representation of color #385238: hue angle of 120º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #385238 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB568256-
CMYK0.3200.320.68
HSL120º18.84%27.06%-
HSV(B)120º31.71%32.16%-
XYZ5.367.164.84-
YUV71.26119.39117.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.87%
GREEN value IS 82 (32.42% from 255) = 42.27%
BLUE value IS 56 (22.27% from 255) = 28.87%
R=28.87%
G=42.27%
B=28.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5682560.3200.320.6812018.8427.06
Hex385238200204478131b
Octal7012270400401041702333
Binary11100010100101110001000000100000100010011110001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385238; }

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

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

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

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

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

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

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

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