Html Css Color HEX #354927 Mallard

📋 copy color: '#354927'

red 53 ◦ green 73 ◦ blue 39

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

Shades of Mallard #354927

Tints of Mallard #354927

RGB

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

 GREEN value IS 73 (28.91% from 255) = 44.24%

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

R = 32.12%
G = 44.24%
B = 23.64%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#354927 (or 0x354927) is known color: Mallard. HEX triplet: 35, 49 and 27. RGB value is (53,73,39). Sum of RGB (Red+Green+Blue) = 53+73+39=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 73 (28.91% from 255 or 44.24% from 165); Blue value is 39 (15.62% from 255 or 23.64% from 165); Max value from RGB is 73 - color contains mainly: green. Hex color #354927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354927 is #CAB6D8. Grayscale: #3F3F3F. Windows color (decimal): -13285081 or 2574645. OLE color: 2574645.

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

Color convert

RGB 53 73 39 -
CMYK 0.27 0 0.47 0.71
HSL 95.29º 0.3% 0.22% -
HSV(B) 95.29º 0.47% 0.29% -
XYZ 4.22 5.67 2.79 -
YUV 63.14 114.37 120.76 -
System Red Green Blue C M Y K H S L
Decimal 53 73 39 0.27 0 0.47 0.71 95.29 0.3 0.22
Hex 35 49 27 1B 0 2F 47 5F 1E 16
Octal 65 111 47 33 0 57 107 137 36 26
Binary 110101 1001001 100111 11011 0 101111 1000111 1011111 11110 10110

Color Harmonies of #354927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354927

Black with #354927

Text Example


Text Example

White with #354927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354927; }

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

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

background-color css

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

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

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

border-color css

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

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

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