#355944

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

Shades of Goblin #355944

Tints of Goblin #355944

Color information

#355944 (or 0x355944) is unknown color: approx Goblin. HEX triplet: 35, 59 and 44. RGB value is (53,89,68). Sum of RGB (Red+Green+Blue) = 53+89+68=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 68 (26.95% from 255 or 32.38% from 210); Max value from RGB is 89 - color contains mainly: green. Hex color #355944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355944 is #CAA6BB. Grayscale: #4B4B4B. Windows color (decimal): -13280956 or 4479285. OLE color: 4479285.

HSL color Cylindrical-coordinate representation of color #355944: hue angle of 145º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #355944 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.

Color convert

RGB538968-
CMYK0.4000.240.65
HSL145º25.35%27.84%-
HSV(B)145º40.45%34.9%-
XYZ6.088.326.75-
YUV75.84123.57111.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.24%
GREEN value IS 89 (35.16% from 255) = 42.38%
BLUE value IS 68 (26.95% from 255) = 32.38%
R=25.24%
G=42.38%
B=32.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5389680.4000.240.6514525.3527.84
Hex355944280184191191c
Octal65131104500301012213134
Binary110101101100110001001010000110001000001100100011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355944; }

 p { color: rgb(53,89,68); }

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

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

 a { background-color: rgb(53,89,68); }

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

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

 span { border-color: rgb(53,89,68); }

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