#356145

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

Shades of Goblin #356145

Tints of Goblin #356145

Color information

#356145 (or 0x356145) is unknown color: approx Goblin. HEX triplet: 35, 61 and 45. RGB value is (53,97,69). Sum of RGB (Red+Green+Blue) = 53+97+69=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 97 - color contains mainly: green. Hex color #356145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356145 is #CA9EBA. Grayscale: #505050. Windows color (decimal): -13278907 or 4546869. OLE color: 4546869.

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

Color convert

RGB539769-
CMYK0.4500.290.62
HSL141.82º29.33%29.41%-
HSV(B)141.82º45.36%38.04%-
XYZ6.829.747.15-
YUV80.65121.42108.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.20%
GREEN value IS 97 (38.28% from 255) = 44.29%
BLUE value IS 69 (27.34% from 255) = 31.51%
R=24.20%
G=44.29%
B=31.51%

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
Decimal5397690.4500.290.62141.8229.3329.41
Hex3561452D01D3E8e1d1d
Octal6514110555035762163535
Binary11010111000011000101101101011101111110100011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356145; }

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

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

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

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

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

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

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

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