#385838

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

Shades of Parsley #385838

Tints of Parsley #385838

Color information

#385838 (or 0x385838) is unknown color: approx Parsley. HEX triplet: 38, 58 and 38. RGB value is (56,88,56). Sum of RGB (Red+Green+Blue) = 56+88+56=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 88 - color contains mainly: green. Hex color #385838 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385838 is #C7A7C7. Grayscale: #4A4A4A. Windows color (decimal): -13084616 or 3692600. OLE color: 3692600.

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

Color convert

RGB568856-
CMYK0.3600.360.65
HSL120º22.22%28.24%-
HSV(B)120º36.36%34.51%-
XYZ5.838.115-
YUV74.78117.4114.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28%
GREEN value IS 88 (34.77% from 255) = 44%
BLUE value IS 56 (22.27% from 255) = 28%
R=28%
G=44%
B=28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5688560.3600.360.6512022.2228.24
Hex385838240244178161c
Octal7013070440441011702634
Binary11100010110001110001001000100100100000111110001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385838; }

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

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

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

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

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

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

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

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