Html Css Color HEX #355133 Parsley

📋 copy color: '#355133'

red 53 ◦ green 81 ◦ blue 51

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

Shades of Parsley #355133

Tints of Parsley #355133

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.78%

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

R = 28.65%
G = 43.78%
B = 27.57%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#355133 (or 0x355133) is known color: Parsley. HEX triplet: 35, 51 and 33. RGB value is (53,81,51). Sum of RGB (Red+Green+Blue) = 53+81+51=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 51 (20.31% from 255 or 27.57% from 185); Max value from RGB is 81 - color contains mainly: green. Hex color #355133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355133 is #CAAECC. Grayscale: #454545. Windows color (decimal): -13283021 or 3363125. OLE color: 3363125.

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

Color convert

RGB 53 81 51 -
CMYK 0.35 0 0.37 0.68
HSL 116º 0.23% 0.26% -
HSV(B) 116º 0.37% 0.32% -
XYZ 5.01 6.88 4.2 -
YUV 69.21 117.72 116.44 -
System Red Green Blue C M Y K H S L
Decimal 53 81 51 0.35 0 0.37 0.68 116 0.23 0.26
Hex 35 51 33 23 0 25 44 74 17 1A
Octal 65 121 63 43 0 45 104 164 27 32
Binary 110101 1010001 110011 100011 0 100101 1000100 1110100 10111 11010

Color Harmonies of #355133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355133

Black with #355133

Text Example


Text Example

White with #355133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355133; }

 p { color: rgb(53,81,51); }

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

background-color css

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

 a { background-color: rgb(53,81,51); }

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

border-color css

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

 span { border-color: rgb(53,81,51); }

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