Html Css Color HEX #385239 Parsley

📋 copy color: '#385239'

red 56 ◦ green 82 ◦ blue 57

#385239
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Parsley #385239

Tints of Parsley #385239

RGB

 RED value IS 56 (22.27% from 255) = 28.72%

 GREEN value IS 82 (32.42% from 255) = 42.05%

 BLUE value IS 57 (22.66% from 255) = 29.23%

R = 28.72%
G = 42.05%
B = 29.23%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#385239 (or 0x385239) is known color: Parsley. HEX triplet: 38, 52 and 39. RGB value is (56,82,57). Sum of RGB (Red+Green+Blue) = 56+82+57=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 57 (22.66% from 255 or 29.23% from 195); Max value from RGB is 82 - color contains mainly: green. Hex color #385239 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385239 is #C7ADC6. Grayscale: #474747. Windows color (decimal): -13086151 or 3756600. OLE color: 3756600.

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

Color convert

RGB 56 82 57 -
CMYK 0.32 0 0.30 0.68
HSL 122.31º 0.19% 0.27% -
HSV(B) 122.31º 0.32% 0.32% -
XYZ 5.39 7.17 4.97 -
YUV 71.38 119.89 117.03 -
System Red Green Blue C M Y K H S L
Decimal 56 82 57 0.32 0 0.30 0.68 122.31 0.19 0.27
Hex 38 52 39 20 0 1E 44 7A 13 1B
Octal 70 122 71 40 0 36 104 172 23 33
Binary 111000 1010010 111001 100000 0 11110 1000100 1111010 10011 11011

Color Harmonies of #385239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385239

Black with #385239

Text Example


Text Example

White with #385239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385239; }

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

 H1.HeaderClassName
 {
   color: #385239;
 }
 .AnyTagClassName
 {
   color: #385239;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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