Html Css Color HEX #385538 Parsley

📋 copy color: '#385538'

red 56 ◦ green 85 ◦ blue 56

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

Shades of Parsley #385538

Tints of Parsley #385538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 28.43%

R = 28.43%
G = 43.15%
B = 28.43%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#385538 (or 0x385538) is known color: Parsley. HEX triplet: 38, 55 and 38. RGB value is (56,85,56). Sum of RGB (Red+Green+Blue) = 56+85+56=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 85 - color contains mainly: green. Hex color #385538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385538 is #C7AAC7. Grayscale: #494949. Windows color (decimal): -13085384 or 3691832. OLE color: 3691832.

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

Color convert

RGB 56 85 56 -
CMYK 0.34 0 0.34 0.67
HSL 120º 0.21% 0.28% -
HSV(B) 120º 0.34% 0.33% -
XYZ 5.59 7.62 4.92 -
YUV 73.02 118.39 115.86 -
System Red Green Blue C M Y K H S L
Decimal 56 85 56 0.34 0 0.34 0.67 120 0.21 0.28
Hex 38 55 38 22 0 22 43 78 15 1C
Octal 70 125 70 42 0 42 103 170 25 34
Binary 111000 1010101 111000 100010 0 100010 1000011 1111000 10101 11100

Color Harmonies of #385538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385538

Black with #385538

Text Example


Text Example

White with #385538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385538; }

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

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

background-color css

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

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

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

border-color css

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

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

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