Html Css Color HEX #354727 Mallard

📋 copy color: '#354727'

red 53 ◦ green 71 ◦ blue 39

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

Shades of Mallard #354727

Tints of Mallard #354727

RGB

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

 GREEN value IS 71 (28.13% from 255) = 43.56%

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

R = 32.52%
G = 43.56%
B = 23.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.45

 K value IS 0.72

RGB Variations

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

Color information

#354727 (or 0x354727) is known color: Mallard. HEX triplet: 35, 47 and 27. RGB value is (53,71,39). Sum of RGB (Red+Green+Blue) = 53+71+39=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 39 (15.62% from 255 or 23.93% from 163); Max value from RGB is 71 - color contains mainly: green. Hex color #354727 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354727 is #CAB8D8. Grayscale: #3E3E3E. Windows color (decimal): -13285593 or 2574133. OLE color: 2574133.

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

Color convert

RGB 53 71 39 -
CMYK 0.25 0 0.45 0.72
HSL 93.75º 0.29% 0.22% -
HSV(B) 93.75º 0.45% 0.28% -
XYZ 4.09 5.41 2.75 -
YUV 61.97 115.04 121.6 -
System Red Green Blue C M Y K H S L
Decimal 53 71 39 0.25 0 0.45 0.72 93.75 0.29 0.22
Hex 35 47 27 19 0 2D 48 5E 1D 16
Octal 65 107 47 31 0 55 110 136 35 26
Binary 110101 1000111 100111 11001 0 101101 1001000 1011110 11101 10110

Color Harmonies of #354727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354727

Black with #354727

Text Example


Text Example

White with #354727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354727; }

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

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

background-color css

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

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

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

border-color css

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

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

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