Html Css Color HEX #354D22 Mallard

📋 copy color: '#354D22'

red 53 ◦ green 77 ◦ blue 34

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

Shades of Mallard #354D22

Tints of Mallard #354D22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 20.73%

R = 32.32%
G = 46.95%
B = 20.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0.70

RGB Variations

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

Color information

#354D22 (or 0x354D22) is known color: Mallard. HEX triplet: 35, 4D and 22. RGB value is (53,77,34). Sum of RGB (Red+Green+Blue) = 53+77+34=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 77 (30.47% from 255 or 46.95% from 164); Blue value is 34 (13.67% from 255 or 20.73% from 164); Max value from RGB is 77 - color contains mainly: green. Hex color #354D22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354D22 is #CAB2DD. Grayscale: #414141. Windows color (decimal): -13284062 or 2247989. OLE color: 2247989.

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

Color convert

RGB 53 77 34 -
CMYK 0.31 0 0.56 0.70
HSL 93.49º 0.39% 0.22% -
HSV(B) 93.49º 0.56% 0.3% -
XYZ 4.41 6.18 2.47 -
YUV 64.92 110.55 119.5 -
System Red Green Blue C M Y K H S L
Decimal 53 77 34 0.31 0 0.56 0.70 93.49 0.39 0.22
Hex 35 4D 22 1F 0 38 46 5D 27 16
Octal 65 115 42 37 0 70 106 135 47 26
Binary 110101 1001101 100010 11111 0 111000 1000110 1011101 100111 10110

Color Harmonies of #354D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354D22

Black with #354D22

Text Example


Text Example

White with #354D22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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