#385339

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

Shades of Parsley #385339

Tints of Parsley #385339

Color information

#385339 (or 0x385339) is unknown color: approx Parsley. HEX triplet: 38, 53 and 39. RGB value is (56,83,57). Sum of RGB (Red+Green+Blue) = 56+83+57=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 57 (22.66% from 255 or 29.08% from 196); Max value from RGB is 83 - color contains mainly: green. Hex color #385339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385339 is #C7ACC6. Grayscale: #484848. Windows color (decimal): -13085895 or 3756856. OLE color: 3756856.

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

Color convert

RGB568357-
CMYK0.3300.310.67
HSL122.22º19.42%27.25%-
HSV(B)122.22º32.53%32.55%-
XYZ5.467.325-
YUV71.96119.55116.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.57%
GREEN value IS 83 (32.81% from 255) = 42.35%
BLUE value IS 57 (22.66% from 255) = 29.08%
R=28.57%
G=42.35%
B=29.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5683570.3300.310.67122.2219.4227.25
Hex3853392101F437a131b
Octal7012371410371031722333
Binary1110001010011111001100001011111100001111110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385339; }

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

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

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

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

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

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

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

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