Html Css Color HEX #354C24 Mallard

📋 copy color: '#354C24'

red 53 ◦ green 76 ◦ blue 36

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

Shades of Mallard #354C24

Tints of Mallard #354C24

RGB

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

 GREEN value IS 76 (30.08% from 255) = 46.06%

 BLUE value IS 36 (14.45% from 255) = 21.82%

R = 32.12%
G = 46.06%
B = 21.82%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.53

 K value IS 0.70

RGB Variations

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

Color information

#354C24 (or 0x354C24) is known color: Mallard. HEX triplet: 35, 4C and 24. RGB value is (53,76,36). Sum of RGB (Red+Green+Blue) = 53+76+36=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 76 (30.08% from 255 or 46.06% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 76 - color contains mainly: green. Hex color #354C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354C24 is #CAB3DB. Grayscale: #404040. Windows color (decimal): -13284316 or 2378805. OLE color: 2378805.

HSL color Cylindrical-coordinate representation of color #354C24: hue angle of 94.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #354C24 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.70.

Color convert

RGB 53 76 36 -
CMYK 0.30 0 0.53 0.70
HSL 94.5º 0.36% 0.22% -
HSV(B) 94.5º 0.53% 0.3% -
XYZ 4.37 6.05 2.61 -
YUV 64.56 111.88 119.75 -
System Red Green Blue C M Y K H S L
Decimal 53 76 36 0.30 0 0.53 0.70 94.5 0.36 0.22
Hex 35 4C 24 1E 0 35 46 5E 24 16
Octal 65 114 44 36 0 65 106 136 44 26
Binary 110101 1001100 100100 11110 0 110101 1000110 1011110 100100 10110

Color Harmonies of #354C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354C24

Black with #354C24

Text Example


Text Example

White with #354C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354C24; }

 p { color: rgb(53,76,36); }

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

background-color css

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

 a { background-color: rgb(53,76,36); }

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

border-color css

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

 span { border-color: rgb(53,76,36); }

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