Html Css Color HEX #355038 Parsley

📋 copy color: '#355038'

red 53 ◦ green 80 ◦ blue 56

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

Shades of Parsley #355038

Tints of Parsley #355038

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.33%

 BLUE value IS 56 (22.27% from 255) = 29.63%

R = 28.04%
G = 42.33%
B = 29.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.69

RGB Variations

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

Color information

#355038 (or 0x355038) is known color: Parsley. HEX triplet: 35, 50 and 38. RGB value is (53,80,56). Sum of RGB (Red+Green+Blue) = 53+80+56=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 56 (22.27% from 255 or 29.63% from 189); Max value from RGB is 80 - color contains mainly: green. Hex color #355038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355038 is #CAAFC7. Grayscale: #454545. Windows color (decimal): -13283272 or 3690549. OLE color: 3690549.

HSL color Cylindrical-coordinate representation of color #355038: hue angle of 126.67º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #355038 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 80 56 -
CMYK 0.34 0 0.30 0.69
HSL 126.67º 0.2% 0.26% -
HSV(B) 126.67º 0.34% 0.31% -
XYZ 5.05 6.78 4.78 -
YUV 69.19 120.55 116.45 -
System Red Green Blue C M Y K H S L
Decimal 53 80 56 0.34 0 0.30 0.69 126.67 0.2 0.26
Hex 35 50 38 22 0 1E 45 7F 14 1A
Octal 65 120 70 42 0 36 105 177 24 32
Binary 110101 1010000 111000 100010 0 11110 1000101 1111111 10100 11010

Color Harmonies of #355038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355038

Black with #355038

Text Example


Text Example

White with #355038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355038; }

 p { color: rgb(53,80,56); }

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

background-color css

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

 a { background-color: rgb(53,80,56); }

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

border-color css

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

 span { border-color: rgb(53,80,56); }

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