#385538

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

Shades of Parsley #385538

Tints of Parsley #385538

Color information

#385538 (or 0x385538) is unknown color: approx Parsley. HEX triplet: 38, 55 and 38. RGB value is (56,85,56). Sum of RGB (Red+Green+Blue) = 56+85+56=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 85 - color contains mainly: green. Hex color #385538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385538 is #C7AAC7. Grayscale: #494949. Windows color (decimal): -13085384 or 3691832. OLE color: 3691832.

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

Color convert

RGB568556-
CMYK0.3400.340.67
HSL120º20.57%27.65%-
HSV(B)120º34.12%33.33%-
XYZ5.597.624.92-
YUV73.02118.39115.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.43%
GREEN value IS 85 (33.59% from 255) = 43.15%
BLUE value IS 56 (22.27% from 255) = 28.43%
R=28.43%
G=43.15%
B=28.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5685560.3400.340.6712020.5727.65
Hex385538220224378151c
Octal7012570420421031702534
Binary11100010101011110001000100100010100001111110001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385538; }

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

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

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

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

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

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

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

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