#356144

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

Shades of Goblin #356144

Tints of Goblin #356144

Color information

#356144 (or 0x356144) is unknown color: approx Goblin. HEX triplet: 35, 61 and 44. RGB value is (53,97,68). Sum of RGB (Red+Green+Blue) = 53+97+68=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #356144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356144 is #CA9EBB. Grayscale: #505050. Windows color (decimal): -13278908 or 4481333. OLE color: 4481333.

HSL color Cylindrical-coordinate representation of color #356144: hue angle of 140.45º 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 #356144 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB539768-
CMYK0.4500.300.62
HSL140.45º29.33%29.41%-
HSV(B)140.45º45.36%38.04%-
XYZ6.799.726.99-
YUV80.54120.92108.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.31%
GREEN value IS 97 (38.28% from 255) = 44.50%
BLUE value IS 68 (26.95% from 255) = 31.19%
R=24.31%
G=44.50%
B=31.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5397680.4500.300.62140.4529.3329.41
Hex3561442D01E3E8c1d1d
Octal6514110455036762143535
Binary11010111000011000100101101011110111110100011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356144; }

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

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

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

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

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

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

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

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