Html Css Color HEX #385536 Parsley

📋 copy color: '#385536'

red 56 ◦ green 85 ◦ blue 54

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

Shades of Parsley #385536

Tints of Parsley #385536

RGB

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

 GREEN value IS 85 (33.59% from 255) = 43.59%

 BLUE value IS 54 (21.48% from 255) = 27.69%

R = 28.72%
G = 43.59%
B = 27.69%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#385536 (or 0x385536) is known color: Parsley. HEX triplet: 38, 55 and 36. RGB value is (56,85,54). Sum of RGB (Red+Green+Blue) = 56+85+54=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 85 - color contains mainly: green. Hex color #385536 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385536 is #C7AAC9. Grayscale: #484848. Windows color (decimal): -13085386 or 3560760. OLE color: 3560760.

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

Color convert

RGB 56 85 54 -
CMYK 0.34 0 0.36 0.67
HSL 116.13º 0.22% 0.27% -
HSV(B) 116.13º 0.36% 0.33% -
XYZ 5.55 7.6 4.67 -
YUV 72.8 117.39 116.02 -
System Red Green Blue C M Y K H S L
Decimal 56 85 54 0.34 0 0.36 0.67 116.13 0.22 0.27
Hex 38 55 36 22 0 24 43 74 16 1B
Octal 70 125 66 42 0 44 103 164 26 33
Binary 111000 1010101 110110 100010 0 100100 1000011 1110100 10110 11011

Color Harmonies of #385536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385536

Black with #385536

Text Example


Text Example

White with #385536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385536; }

 p { color: rgb(56,85,54); }

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

background-color css

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

 a { background-color: rgb(56,85,54); }

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

border-color css

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

 span { border-color: rgb(56,85,54); }

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