Html Css Color HEX #385337 Parsley

📋 copy color: '#385337'

red 56 ◦ green 83 ◦ blue 55

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

Shades of Parsley #385337

Tints of Parsley #385337

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.78%

 BLUE value IS 55 (21.88% from 255) = 28.35%

R = 28.87%
G = 42.78%
B = 28.35%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#385337 (or 0x385337) is known color: Parsley. HEX triplet: 38, 53 and 37. RGB value is (56,83,55). Sum of RGB (Red+Green+Blue) = 56+83+55=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 55 (21.88% from 255 or 28.35% from 194); Max value from RGB is 83 - color contains mainly: green. Hex color #385337 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385337 is #C7ACC8. Grayscale: #474747. Windows color (decimal): -13085897 or 3625784. OLE color: 3625784.

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

Color convert

RGB 56 83 55 -
CMYK 0.33 0 0.34 0.67
HSL 117.86º 0.2% 0.27% -
HSV(B) 117.86º 0.34% 0.33% -
XYZ 5.41 7.3 4.74 -
YUV 71.74 118.55 116.78 -
System Red Green Blue C M Y K H S L
Decimal 56 83 55 0.33 0 0.34 0.67 117.86 0.2 0.27
Hex 38 53 37 21 0 22 43 76 14 1B
Octal 70 123 67 41 0 42 103 166 24 33
Binary 111000 1010011 110111 100001 0 100010 1000011 1110110 10100 11011

Color Harmonies of #385337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385337

Black with #385337

Text Example


Text Example

White with #385337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385337; }

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

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

background-color css

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

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

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

border-color css

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

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

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