Html Css Color HEX #354925 Mallard

📋 copy color: '#354925'

red 53 ◦ green 73 ◦ blue 37

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

Shades of Mallard #354925

Tints of Mallard #354925

RGB

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

 GREEN value IS 73 (28.91% from 255) = 44.79%

 BLUE value IS 37 (14.84% from 255) = 22.7%

R = 32.52%
G = 44.79%
B = 22.7%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#354925 (or 0x354925) is known color: Mallard. HEX triplet: 35, 49 and 25. RGB value is (53,73,37). Sum of RGB (Red+Green+Blue) = 53+73+37=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 73 - color contains mainly: green. Hex color #354925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354925 is #CAB6DA. Grayscale: #3F3F3F. Windows color (decimal): -13285083 or 2443573. OLE color: 2443573.

HSL color Cylindrical-coordinate representation of color #354925: hue angle of 93.33º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #354925 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 73 37 -
CMYK 0.27 0 0.49 0.71
HSL 93.33º 0.33% 0.22% -
HSV(B) 93.33º 0.49% 0.29% -
XYZ 4.18 5.66 2.62 -
YUV 62.92 113.37 120.93 -
System Red Green Blue C M Y K H S L
Decimal 53 73 37 0.27 0 0.49 0.71 93.33 0.33 0.22
Hex 35 49 25 1B 0 31 47 5D 21 16
Octal 65 111 45 33 0 61 107 135 41 26
Binary 110101 1001001 100101 11011 0 110001 1000111 1011101 100001 10110

Color Harmonies of #354925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354925

Black with #354925

Text Example


Text Example

White with #354925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354925; }

 p { color: rgb(53,73,37); }

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

background-color css

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

 a { background-color: rgb(53,73,37); }

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

border-color css

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

 span { border-color: rgb(53,73,37); }

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