#354E3A

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

Shades of Goblin #354E3A

Tints of Goblin #354E3A

Color information

#354E3A (or 0x354E3A) is unknown color: approx Goblin. HEX triplet: 35, 4E and 3A. RGB value is (53,78,58). Sum of RGB (Red+Green+Blue) = 53+78+58=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 78 - color contains mainly: green. Hex color #354E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354E3A is #CAB1C5. Grayscale: #444444. Windows color (decimal): -13283782 or 3821109. OLE color: 3821109.

HSL color Cylindrical-coordinate representation of color #354E3A: hue angle of 132º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #354E3A is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB537858-
CMYK0.3200.260.69
HSL132º19.08%25.69%-
HSV(B)132º32.05%30.59%-
XYZ4.966.515-
YUV68.24122.22117.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.04%
GREEN value IS 78 (30.86% from 255) = 41.27%
BLUE value IS 58 (23.05% from 255) = 30.69%
R=28.04%
G=41.27%
B=30.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5378580.3200.260.6913219.0825.69
Hex354E3A2001A4584131a
Octal6511672400321052042332
Binary11010110011101110101000000110101000101100001001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,78,58); }

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

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

 a { background-color: rgb(53,78,58); }

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

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

 span { border-color: rgb(53,78,58); }

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