Html Css Color HEX #335530 Parsley

📋 copy color: '#335530'

red 51 ◦ green 85 ◦ blue 48

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

Shades of Parsley #335530

Tints of Parsley #335530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 26.09%

R = 27.72%
G = 46.2%
B = 26.09%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#335530 (or 0x335530) is known color: Parsley. HEX triplet: 33, 55 and 30. RGB value is (51,85,48). Sum of RGB (Red+Green+Blue) = 51+85+48=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 85 - color contains mainly: green. Hex color #335530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335530 is #CCAACF. Grayscale: #464646. Windows color (decimal): -13413072 or 3167539. OLE color: 3167539.

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

Color convert

RGB 51 85 48 -
CMYK 0.40 0 0.44 0.67
HSL 115.14º 0.28% 0.26% -
HSV(B) 115.14º 0.44% 0.33% -
XYZ 5.15 7.41 3.96 -
YUV 70.62 115.24 114.01 -
System Red Green Blue C M Y K H S L
Decimal 51 85 48 0.40 0 0.44 0.67 115.14 0.28 0.26
Hex 33 55 30 28 0 2C 43 73 1C 1A
Octal 63 125 60 50 0 54 103 163 34 32
Binary 110011 1010101 110000 101000 0 101100 1000011 1110011 11100 11010

Color Harmonies of #335530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335530

Black with #335530

Text Example


Text Example

White with #335530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335530; }

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

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

background-color css

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

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

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

border-color css

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

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

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