Html Css Color HEX #354D23 Mallard

📋 copy color: '#354D23'

red 53 ◦ green 77 ◦ blue 35

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

Shades of Mallard #354D23

Tints of Mallard #354D23

RGB

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

 GREEN value IS 77 (30.47% from 255) = 46.67%

 BLUE value IS 35 (14.06% from 255) = 21.21%

R = 32.12%
G = 46.67%
B = 21.21%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.55

 K value IS 0.70

RGB Variations

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

Color information

#354D23 (or 0x354D23) is known color: Mallard. HEX triplet: 35, 4D and 23. RGB value is (53,77,35). Sum of RGB (Red+Green+Blue) = 53+77+35=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 77 (30.47% from 255 or 46.67% from 165); Blue value is 35 (14.06% from 255 or 21.21% from 165); Max value from RGB is 77 - color contains mainly: green. Hex color #354D23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354D23 is #CAB2DC. Grayscale: #414141. Windows color (decimal): -13284061 or 2313525. OLE color: 2313525.

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

Color convert

RGB 53 77 35 -
CMYK 0.31 0 0.55 0.70
HSL 94.29º 0.38% 0.22% -
HSV(B) 94.29º 0.55% 0.3% -
XYZ 4.43 6.19 2.55 -
YUV 65.04 111.05 119.42 -
System Red Green Blue C M Y K H S L
Decimal 53 77 35 0.31 0 0.55 0.70 94.29 0.38 0.22
Hex 35 4D 23 1F 0 37 46 5E 26 16
Octal 65 115 43 37 0 67 106 136 46 26
Binary 110101 1001101 100011 11111 0 110111 1000110 1011110 100110 10110

Color Harmonies of #354D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354D23

Black with #354D23

Text Example


Text Example

White with #354D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,77,35); }

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

background-color css

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

 a { background-color: rgb(53,77,35); }

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

border-color css

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

 span { border-color: rgb(53,77,35); }

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