Html Css Color HEX #354826 Mallard

📋 copy color: '#354826'

red 53 ◦ green 72 ◦ blue 38

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

Shades of Mallard #354826

Tints of Mallard #354826

RGB

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

 GREEN value IS 72 (28.52% from 255) = 44.17%

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

R = 32.52%
G = 44.17%
B = 23.31%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#354826 (or 0x354826) is known color: Mallard. HEX triplet: 35, 48 and 26. RGB value is (53,72,38). Sum of RGB (Red+Green+Blue) = 53+72+38=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 72 - color contains mainly: green. Hex color #354826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354826 is #CAB7D9. Grayscale: #3E3E3E. Windows color (decimal): -13285338 or 2508853. OLE color: 2508853.

HSL color Cylindrical-coordinate representation of color #354826: hue angle of 93.53º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #354826 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 72 38 -
CMYK 0.26 0 0.47 0.72
HSL 93.53º 0.31% 0.22% -
HSV(B) 93.53º 0.47% 0.28% -
XYZ 4.14 5.53 2.68 -
YUV 62.44 114.21 121.26 -
System Red Green Blue C M Y K H S L
Decimal 53 72 38 0.26 0 0.47 0.72 93.53 0.31 0.22
Hex 35 48 26 1A 0 2F 48 5E 1F 16
Octal 65 110 46 32 0 57 110 136 37 26
Binary 110101 1001000 100110 11010 0 101111 1001000 1011110 11111 10110

Color Harmonies of #354826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354826

Black with #354826

Text Example


Text Example

White with #354826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354826; }

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

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

background-color css

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

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

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

border-color css

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

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

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