Html Css Color HEX #335531 Parsley

📋 copy color: '#335531'

red 51 ◦ green 85 ◦ blue 49

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

Shades of Parsley #335531

Tints of Parsley #335531

RGB

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

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

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

R = 27.57%
G = 45.95%
B = 26.49%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#335531 (or 0x335531) is known color: Parsley. HEX triplet: 33, 55 and 31. RGB value is (51,85,49). Sum of RGB (Red+Green+Blue) = 51+85+49=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #335531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335531 is #CCAACE. Grayscale: #464646. Windows color (decimal): -13413071 or 3233075. OLE color: 3233075.

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

Color convert

RGB 51 85 49 -
CMYK 0.40 0 0.42 0.67
HSL 116.67º 0.27% 0.26% -
HSV(B) 116.67º 0.42% 0.33% -
XYZ 5.17 7.42 4.07 -
YUV 70.73 115.74 113.93 -
System Red Green Blue C M Y K H S L
Decimal 51 85 49 0.40 0 0.42 0.67 116.67 0.27 0.26
Hex 33 55 31 28 0 2A 43 75 1B 1A
Octal 63 125 61 50 0 52 103 165 33 32
Binary 110011 1010101 110001 101000 0 101010 1000011 1110101 11011 11010

Color Harmonies of #335531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335531

Black with #335531

Text Example


Text Example

White with #335531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335531; }

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

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

background-color css

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

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

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

border-color css

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

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

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