#385836

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

Shades of Parsley #385836

Tints of Parsley #385836

Color information

#385836 (or 0x385836) is unknown color: approx Parsley. HEX triplet: 38, 58 and 36. RGB value is (56,88,54). Sum of RGB (Red+Green+Blue) = 56+88+54=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 88 (34.77% from 255 or 44.44% from 198); Blue value is 54 (21.48% from 255 or 27.27% from 198); Max value from RGB is 88 - color contains mainly: green. Hex color #385836 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385836 is #C7A7C9. Grayscale: #4A4A4A. Windows color (decimal): -13084618 or 3561528. OLE color: 3561528.

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

Color convert

RGB568854-
CMYK0.3600.390.65
HSL116.47º23.94%27.84%-
HSV(B)116.47º38.64%34.51%-
XYZ5.798.094.75-
YUV74.56116.4114.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.28%
GREEN value IS 88 (34.77% from 255) = 44.44%
BLUE value IS 54 (21.48% from 255) = 27.27%
R=28.28%
G=44.44%
B=27.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5688540.3600.390.65116.4723.9427.84
Hex385836240274174181c
Octal7013066440471011643034
Binary11100010110001101101001000100111100000111101001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385836; }

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

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

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

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

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

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

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

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