#354E40

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

Shades of Goblin #354E40

Tints of Goblin #354E40

Color information

#354E40 (or 0x354E40) is unknown color: approx Goblin. HEX triplet: 35, 4E and 40. RGB value is (53,78,64). Sum of RGB (Red+Green+Blue) = 53+78+64=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 78 - color contains mainly: green. Hex color #354E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354E40 is #CAB1BF. Grayscale: #444444. Windows color (decimal): -13283776 or 4214325. OLE color: 4214325.

HSL color Cylindrical-coordinate representation of color #354E40: hue angle of 146.4º 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 #354E40 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB537864-
CMYK0.3200.180.69
HSL146.4º19.08%25.69%-
HSV(B)146.4º32.05%30.59%-
XYZ5.126.585.85-
YUV68.93125.22116.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.18%
GREEN value IS 78 (30.86% from 255) = 40%
BLUE value IS 64 (25.39% from 255) = 32.82%
R=27.18%
G=40%
B=32.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5378640.3200.180.69146.419.0825.69
Hex354E40200124592131a
Octal65116100400221052222332
Binary110101100111010000001000000100101000101100100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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