Html Css Color HEX #385336 Parsley

📋 copy color: '#385336'

red 56 ◦ green 83 ◦ blue 54

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

Shades of Parsley #385336

Tints of Parsley #385336

RGB

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

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

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

R = 29.02%
G = 43.01%
B = 27.98%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#385336 (or 0x385336) is known color: Parsley. HEX triplet: 38, 53 and 36. RGB value is (56,83,54). Sum of RGB (Red+Green+Blue) = 56+83+54=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 54 (21.48% from 255 or 27.98% from 193); Max value from RGB is 83 - color contains mainly: green. Hex color #385336 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385336 is #C7ACC9. Grayscale: #474747. Windows color (decimal): -13085898 or 3560248. OLE color: 3560248.

HSL color Cylindrical-coordinate representation of color #385336: hue angle of 115.86º 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 #385336 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 83 54 -
CMYK 0.33 0 0.35 0.67
HSL 115.86º 0.21% 0.27% -
HSV(B) 115.86º 0.35% 0.33% -
XYZ 5.39 7.29 4.61 -
YUV 71.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 56 83 54 0.33 0 0.35 0.67 115.86 0.21 0.27
Hex 38 53 36 21 0 23 43 74 15 1B
Octal 70 123 66 41 0 43 103 164 25 33
Binary 111000 1010011 110110 100001 0 100011 1000011 1110100 10101 11011

Color Harmonies of #385336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385336

Black with #385336

Text Example


Text Example

White with #385336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385336; }

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

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

background-color css

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

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

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

border-color css

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

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

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