Html Css Color HEX #354B25 Mallard

📋 copy color: '#354B25'

red 53 ◦ green 75 ◦ blue 37

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

Shades of Mallard #354B25

Tints of Mallard #354B25

RGB

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

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

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

R = 32.12%
G = 45.45%
B = 22.42%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#354B25 (or 0x354B25) is known color: Mallard. HEX triplet: 35, 4B and 25. RGB value is (53,75,37). Sum of RGB (Red+Green+Blue) = 53+75+37=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 75 (29.69% from 255 or 45.45% from 165); Blue value is 37 (14.84% from 255 or 22.42% from 165); Max value from RGB is 75 - color contains mainly: green. Hex color #354B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354B25 is #CAB4DA. Grayscale: #404040. Windows color (decimal): -13284571 or 2444085. OLE color: 2444085.

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

Color convert

RGB 53 75 37 -
CMYK 0.29 0 0.51 0.71
HSL 94.74º 0.34% 0.22% -
HSV(B) 94.74º 0.51% 0.29% -
XYZ 4.32 5.92 2.67 -
YUV 64.09 112.71 120.09 -
System Red Green Blue C M Y K H S L
Decimal 53 75 37 0.29 0 0.51 0.71 94.74 0.34 0.22
Hex 35 4B 25 1D 0 33 47 5F 22 16
Octal 65 113 45 35 0 63 107 137 42 26
Binary 110101 1001011 100101 11101 0 110011 1000111 1011111 100010 10110

Color Harmonies of #354B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354B25

Black with #354B25

Text Example


Text Example

White with #354B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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