Html Css Color HEX #354B26 Mallard

📋 copy color: '#354B26'

red 53 ◦ green 75 ◦ blue 38

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

Shades of Mallard #354B26

Tints of Mallard #354B26

RGB

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

 GREEN value IS 75 (29.69% from 255) = 45.18%

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

R = 31.93%
G = 45.18%
B = 22.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#354B26 (or 0x354B26) is known color: Mallard. HEX triplet: 35, 4B and 26. RGB value is (53,75,38). Sum of RGB (Red+Green+Blue) = 53+75+38=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 75 (29.69% from 255 or 45.18% from 166); Blue value is 38 (15.23% from 255 or 22.89% from 166); Max value from RGB is 75 - color contains mainly: green. Hex color #354B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354B26 is #CAB4D9. Grayscale: #404040. Windows color (decimal): -13284570 or 2509621. OLE color: 2509621.

HSL color Cylindrical-coordinate representation of color #354B26: hue angle of 95.68º 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 #354B26 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 75 38 -
CMYK 0.29 0 0.49 0.71
HSL 95.68º 0.33% 0.22% -
HSV(B) 95.68º 0.49% 0.29% -
XYZ 4.33 5.93 2.75 -
YUV 64.2 113.21 120.01 -
System Red Green Blue C M Y K H S L
Decimal 53 75 38 0.29 0 0.49 0.71 95.68 0.33 0.22
Hex 35 4B 26 1D 0 31 47 60 21 16
Octal 65 113 46 35 0 61 107 140 41 26
Binary 110101 1001011 100110 11101 0 110001 1000111 1100000 100001 10110

Color Harmonies of #354B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354B26

Black with #354B26

Text Example


Text Example

White with #354B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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