#385139

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

Shades of Parsley #385139

Tints of Parsley #385139

Color information

#385139 (or 0x385139) is unknown color: approx Parsley. HEX triplet: 38, 51 and 39. RGB value is (56,81,57). Sum of RGB (Red+Green+Blue) = 56+81+57=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 57 (22.66% from 255 or 29.38% from 194); Max value from RGB is 81 - color contains mainly: green. Hex color #385139 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385139 is #C7AEC6. Grayscale: #464646. Windows color (decimal): -13086407 or 3756344. OLE color: 3756344.

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

Color convert

RGB568157-
CMYK0.3100.300.68
HSL122.4º18.25%26.86%-
HSV(B)122.4º30.86%31.76%-
XYZ5.317.024.95-
YUV70.79120.22117.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.87%
GREEN value IS 81 (32.03% from 255) = 41.75%
BLUE value IS 57 (22.66% from 255) = 29.38%
R=28.87%
G=41.75%
B=29.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5681570.3100.300.68122.418.2526.86
Hex3851391F01E447a121b
Octal7012171370361041722233
Binary111000101000111100111111011110100010011110101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385139; }

 p { color: rgb(56,81,57); }

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

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

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

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

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

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

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