Html Css Color HEX #355120 Mallard

📋 copy color: '#355120'

red 53 ◦ green 81 ◦ blue 32

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

Shades of Mallard #355120

Tints of Mallard #355120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 19.28%

R = 31.93%
G = 48.8%
B = 19.28%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#355120 (or 0x355120) is known color: Mallard. HEX triplet: 35, 51 and 20. RGB value is (53,81,32). Sum of RGB (Red+Green+Blue) = 53+81+32=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 81 (32.03% from 255 or 48.80% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 81 - color contains mainly: green. Hex color #355120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355120 is #CAAEDF. Grayscale: #434343. Windows color (decimal): -13283040 or 2117941. OLE color: 2117941.

HSL color Cylindrical-coordinate representation of color #355120: hue angle of 94.29º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #355120 is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 81 32 -
CMYK 0.35 0 0.60 0.68
HSL 94.29º 0.43% 0.22% -
HSV(B) 94.29º 0.6% 0.32% -
XYZ 4.67 6.75 2.42 -
YUV 67.04 108.22 117.98 -
System Red Green Blue C M Y K H S L
Decimal 53 81 32 0.35 0 0.60 0.68 94.29 0.43 0.22
Hex 35 51 20 23 0 3C 44 5E 2B 16
Octal 65 121 40 43 0 74 104 136 53 26
Binary 110101 1010001 100000 100011 0 111100 1000100 1011110 101011 10110

Color Harmonies of #355120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355120

Black with #355120

Text Example


Text Example

White with #355120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355120; }

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

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

background-color css

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

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

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

border-color css

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

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

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