Html Css Color HEX #354926 Mallard

📋 copy color: '#354926'

red 53 ◦ green 73 ◦ blue 38

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

Shades of Mallard #354926

Tints of Mallard #354926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 23.17%

R = 32.32%
G = 44.51%
B = 23.17%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#354926 (or 0x354926) is known color: Mallard. HEX triplet: 35, 49 and 26. RGB value is (53,73,38). Sum of RGB (Red+Green+Blue) = 53+73+38=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 38 (15.23% from 255 or 23.17% from 164); Max value from RGB is 73 - color contains mainly: green. Hex color #354926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354926 is #CAB6D9. Grayscale: #3F3F3F. Windows color (decimal): -13285082 or 2509109. OLE color: 2509109.

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

Color convert

RGB 53 73 38 -
CMYK 0.27 0 0.48 0.71
HSL 94.29º 0.32% 0.22% -
HSV(B) 94.29º 0.48% 0.29% -
XYZ 4.2 5.66 2.71 -
YUV 63.03 113.87 120.85 -
System Red Green Blue C M Y K H S L
Decimal 53 73 38 0.27 0 0.48 0.71 94.29 0.32 0.22
Hex 35 49 26 1B 0 30 47 5E 20 16
Octal 65 111 46 33 0 60 107 136 40 26
Binary 110101 1001001 100110 11011 0 110000 1000111 1011110 100000 10110

Color Harmonies of #354926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354926

Black with #354926

Text Example


Text Example

White with #354926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354926; }

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

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

background-color css

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

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

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

border-color css

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

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

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