Html Css Color HEX #335A32 Parsley

📋 copy color: '#335A32'

red 51 ◦ green 90 ◦ blue 50

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

Shades of Parsley #335A32

Tints of Parsley #335A32

RGB

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

 GREEN value IS 90 (35.55% from 255) = 47.12%

 BLUE value IS 50 (19.92% from 255) = 26.18%

R = 26.7%
G = 47.12%
B = 26.18%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#335A32 (or 0x335A32) is known color: Parsley. HEX triplet: 33, 5A and 32. RGB value is (51,90,50). Sum of RGB (Red+Green+Blue) = 51+90+50=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 90 (35.55% from 255 or 47.12% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 90 - color contains mainly: green. Hex color #335A32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335A32 is #CCA5CD. Grayscale: #494949. Windows color (decimal): -13411790 or 3299891. OLE color: 3299891.

HSL color Cylindrical-coordinate representation of color #335A32: hue angle of 118.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #335A32 is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 90 50 -
CMYK 0.43 0 0.44 0.65
HSL 118.5º 0.29% 0.27% -
HSV(B) 118.5º 0.44% 0.35% -
XYZ 5.6 8.25 4.31 -
YUV 73.78 114.58 111.75 -
System Red Green Blue C M Y K H S L
Decimal 51 90 50 0.43 0 0.44 0.65 118.5 0.29 0.27
Hex 33 5A 32 2B 0 2C 41 76 1D 1B
Octal 63 132 62 53 0 54 101 166 35 33
Binary 110011 1011010 110010 101011 0 101100 1000001 1110110 11101 11011

Color Harmonies of #335A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335A32

Black with #335A32

Text Example


Text Example

White with #335A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,90,50); }

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

background-color css

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

 a { background-color: rgb(51,90,50); }

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

border-color css

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

 span { border-color: rgb(51,90,50); }

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