#356244

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

Shades of Goblin #356244

Tints of Goblin #356244

Color information

#356244 (or 0x356244) is unknown color: approx Goblin. HEX triplet: 35, 62 and 44. RGB value is (53,98,68). Sum of RGB (Red+Green+Blue) = 53+98+68=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 68 (26.95% from 255 or 31.05% from 219); Max value from RGB is 98 - color contains mainly: green. Hex color #356244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356244 is #CA9DBB. Grayscale: #515151. Windows color (decimal): -13278652 or 4481589. OLE color: 4481589.

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

Color convert

RGB539868-
CMYK0.4600.310.62
HSL140º29.8%29.61%-
HSV(B)140º45.92%38.43%-
XYZ6.889.917.02-
YUV81.12120.59107.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.20%
GREEN value IS 98 (38.67% from 255) = 44.75%
BLUE value IS 68 (26.95% from 255) = 31.05%
R=24.20%
G=44.75%
B=31.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5398680.4600.310.6214029.829.61
Hex3562442E01F3E8c1e1e
Octal6514210456037762143636
Binary11010111000101000100101110011111111110100011001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356244; }

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

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

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

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

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

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

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

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