#354A27

Color #354A27 Mallard (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mallard #354A27

Tints of Mallard #354A27

Color information

#354A27 (or 0x354A27) is unknown color: approx Mallard. HEX triplet: 35, 4A and 27. RGB value is (53,74,39). Sum of RGB (Red+Green+Blue) = 53+74+39=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 74 (29.30% from 255 or 44.58% from 166); Blue value is 39 (15.62% from 255 or 23.49% from 166); Max value from RGB is 74 - color contains mainly: green. Hex color #354A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354A27 is #CAB5D8. Grayscale: #3F3F3F. Windows color (decimal): -13284825 or 2574901. OLE color: 2574901.

HSL color Cylindrical-coordinate representation of color #354A27: hue angle of 96º degrees, saturation: 0.31, 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 #354A27 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB537439-
CMYK0.2800.470.71
HSL96º30.97%22.16%-
HSV(B)96º47.3%29.02%-
XYZ4.285.82.81-
YUV63.73114.04120.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.93%
GREEN value IS 74 (29.30% from 255) = 44.58%
BLUE value IS 39 (15.62% from 255) = 23.49%
R=31.93%
G=44.58%
B=23.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5374390.2800.470.719630.9722.16
Hex354A271C02F47601f16
Octal6511247340571071403726
Binary1101011001010100111111000101111100011111000001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #354A27;
 }
 .AnyTagClassName
 {
   color: #354A27;
 }
</style>
background-color css

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

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

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

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

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

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