Html Css Color HEX #355334 Parsley

📋 copy color: '#355334'

red 53 ◦ green 83 ◦ blue 52

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

Shades of Parsley #355334

Tints of Parsley #355334

RGB

 RED value IS 53 (21.09% from 255) = 28.19%

 GREEN value IS 83 (32.81% from 255) = 44.15%

 BLUE value IS 52 (20.7% from 255) = 27.66%

R = 28.19%
G = 44.15%
B = 27.66%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#355334 (or 0x355334) is known color: Parsley. HEX triplet: 35, 53 and 34. RGB value is (53,83,52). Sum of RGB (Red+Green+Blue) = 53+83+52=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #355334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355334 is #CAACCB. Grayscale: #464646. Windows color (decimal): -13282508 or 3429173. OLE color: 3429173.

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

Color convert

RGB 53 83 52 -
CMYK 0.36 0 0.37 0.67
HSL 118.06º 0.23% 0.26% -
HSV(B) 118.06º 0.37% 0.33% -
XYZ 5.18 7.19 4.36 -
YUV 70.5 117.56 115.52 -
System Red Green Blue C M Y K H S L
Decimal 53 83 52 0.36 0 0.37 0.67 118.06 0.23 0.26
Hex 35 53 34 24 0 25 43 76 17 1A
Octal 65 123 64 44 0 45 103 166 27 32
Binary 110101 1010011 110100 100100 0 100101 1000011 1110110 10111 11010

Color Harmonies of #355334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355334

Black with #355334

Text Example


Text Example

White with #355334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355334; }

 p { color: rgb(53,83,52); }

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

background-color css

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

 a { background-color: rgb(53,83,52); }

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

border-color css

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

 span { border-color: rgb(53,83,52); }

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