#385437

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

Shades of Parsley #385437

Tints of Parsley #385437

Color information

#385437 (or 0x385437) is unknown color: approx Parsley. HEX triplet: 38, 54 and 37. RGB value is (56,84,55). Sum of RGB (Red+Green+Blue) = 56+84+55=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 55 (21.88% from 255 or 28.21% from 195); Max value from RGB is 84 - color contains mainly: green. Hex color #385437 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385437 is #C7ABC8. Grayscale: #484848. Windows color (decimal): -13085641 or 3626040. OLE color: 3626040.

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

Color convert

RGB568455-
CMYK0.3300.350.67
HSL117.93º20.86%27.25%-
HSV(B)117.93º34.52%32.94%-
XYZ5.497.464.76-
YUV72.32118.22116.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.72%
GREEN value IS 84 (33.20% from 255) = 43.08%
BLUE value IS 55 (21.88% from 255) = 28.21%
R=28.72%
G=43.08%
B=28.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5684550.3300.350.67117.9320.8627.25
Hex385437210234376151b
Octal7012467410431031662533
Binary11100010101001101111000010100011100001111101101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385437; }

 p { color: rgb(56,84,55); }

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

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

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

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

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

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

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