#356044

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

Shades of Goblin #356044

Tints of Goblin #356044

Color information

#356044 (or 0x356044) is unknown color: approx Goblin. HEX triplet: 35, 60 and 44. RGB value is (53,96,68). Sum of RGB (Red+Green+Blue) = 53+96+68=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 96 - color contains mainly: green. Hex color #356044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356044 is #CA9FBB. Grayscale: #505050. Windows color (decimal): -13279164 or 4481077. OLE color: 4481077.

HSL color Cylindrical-coordinate representation of color #356044: hue angle of 140.93º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #356044 is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB539668-
CMYK0.4500.290.62
HSL140.93º28.86%29.22%-
HSV(B)140.93º44.79%37.65%-
XYZ6.699.546.96-
YUV79.95121.25108.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.42%
GREEN value IS 96 (37.89% from 255) = 44.24%
BLUE value IS 68 (26.95% from 255) = 31.34%
R=24.42%
G=44.24%
B=31.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5396680.4500.290.62140.9328.8629.22
Hex3560442D01D3E8d1d1d
Octal6514010455035762153535
Binary11010111000001000100101101011101111110100011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356044; }

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

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

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

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

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

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

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

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