Html Css Color HEX #354827 Mallard

📋 copy color: '#354827'

red 53 ◦ green 72 ◦ blue 39

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

Shades of Mallard #354827

Tints of Mallard #354827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 23.78%

R = 32.32%
G = 43.9%
B = 23.78%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#354827 (or 0x354827) is known color: Mallard. HEX triplet: 35, 48 and 27. RGB value is (53,72,39). Sum of RGB (Red+Green+Blue) = 53+72+39=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 72 - color contains mainly: green. Hex color #354827 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354827 is #CAB7D8. Grayscale: #3E3E3E. Windows color (decimal): -13285337 or 2574389. OLE color: 2574389.

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

Color convert

RGB 53 72 39 -
CMYK 0.26 0 0.46 0.72
HSL 94.55º 0.3% 0.22% -
HSV(B) 94.55º 0.46% 0.28% -
XYZ 4.15 5.54 2.77 -
YUV 62.56 114.71 121.18 -
System Red Green Blue C M Y K H S L
Decimal 53 72 39 0.26 0 0.46 0.72 94.55 0.3 0.22
Hex 35 48 27 1A 0 2E 48 5F 1E 16
Octal 65 110 47 32 0 56 110 137 36 26
Binary 110101 1001000 100111 11010 0 101110 1001000 1011111 11110 10110

Color Harmonies of #354827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354827

Black with #354827

Text Example


Text Example

White with #354827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354827; }

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

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

background-color css

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

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

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

border-color css

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

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

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