#354A3F

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

Shades of Goblin #354A3F

Tints of Goblin #354A3F

Color information

#354A3F (or 0x354A3F) is unknown color: approx Goblin. HEX triplet: 35, 4A and 3F. RGB value is (53,74,63). Sum of RGB (Red+Green+Blue) = 53+74+63=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 74 - color contains mainly: green. Hex color #354A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354A3F is #CAB5C0. Grayscale: #424242. Windows color (decimal): -13284801 or 4147765. OLE color: 4147765.

HSL color Cylindrical-coordinate representation of color #354A3F: hue angle of 148.57º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #354A3F is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB537463-
CMYK0.2800.150.71
HSL148.57º16.54%24.9%-
HSV(B)148.57º28.38%29.02%-
XYZ4.816.015.61-
YUV66.47126.04118.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.89%
GREEN value IS 74 (29.30% from 255) = 38.95%
BLUE value IS 63 (25% from 255) = 33.16%
R=27.89%
G=38.95%
B=33.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5374630.2800.150.71148.5716.5424.9
Hex354A3F1C0F47951119
Octal6511277340171072252131
Binary110101100101011111111100011111000111100101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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