Html Css Color HEX #335B31 Parsley

📋 copy color: '#335B31'

red 51 ◦ green 91 ◦ blue 49

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

Shades of Parsley #335B31

Tints of Parsley #335B31

RGB

 RED value IS 51 (20.31% from 255) = 26.7%

 GREEN value IS 91 (35.94% from 255) = 47.64%

 BLUE value IS 49 (19.53% from 255) = 25.65%

R = 26.7%
G = 47.64%
B = 25.65%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.46

 K value IS 0.64

RGB Variations

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

Color information

#335B31 (or 0x335B31) is known color: Parsley. HEX triplet: 33, 5B and 31. RGB value is (51,91,49). Sum of RGB (Red+Green+Blue) = 51+91+49=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 91 (35.94% from 255 or 47.64% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 91 - color contains mainly: green. Hex color #335B31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335B31 is #CCA4CE. Grayscale: #4A4A4A. Windows color (decimal): -13411535 or 3234611. OLE color: 3234611.

HSL color Cylindrical-coordinate representation of color #335B31: hue angle of 117.14º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #335B31 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.

Color convert

RGB 51 91 49 -
CMYK 0.44 0 0.46 0.64
HSL 117.14º 0.3% 0.27% -
HSV(B) 117.14º 0.46% 0.36% -
XYZ 5.66 8.41 4.23 -
YUV 74.25 113.75 111.42 -
System Red Green Blue C M Y K H S L
Decimal 51 91 49 0.44 0 0.46 0.64 117.14 0.3 0.27
Hex 33 5B 31 2C 0 2E 40 75 1E 1B
Octal 63 133 61 54 0 56 100 165 36 33
Binary 110011 1011011 110001 101100 0 101110 1000000 1110101 11110 11011

Color Harmonies of #335B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335B31

Black with #335B31

Text Example


Text Example

White with #335B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335B31; }

 p { color: rgb(51,91,49); }

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

background-color css

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

 a { background-color: rgb(51,91,49); }

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

border-color css

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

 span { border-color: rgb(51,91,49); }

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