#345940

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

Shades of Goblin #345940

Tints of Goblin #345940

Color information

#345940 (or 0x345940) is unknown color: approx Goblin. HEX triplet: 34, 59 and 40. RGB value is (52,89,64). Sum of RGB (Red+Green+Blue) = 52+89+64=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 89 - color contains mainly: green. Hex color #345940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345940 is #CBA6BF. Grayscale: #4B4B4B. Windows color (decimal): -13346496 or 4217140. OLE color: 4217140.

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

Color convert

RGB528964-
CMYK0.4200.280.65
HSL139.46º26.24%27.65%-
HSV(B)139.46º41.57%34.9%-
XYZ5.918.246.13-
YUV75.09121.74111.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.37%
GREEN value IS 89 (35.16% from 255) = 43.41%
BLUE value IS 64 (25.39% from 255) = 31.22%
R=25.37%
G=43.41%
B=31.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5289640.4200.280.65139.4626.2427.65
Hex3459402A01C418b1a1c
Octal64131100520341012133234
Binary110100101100110000001010100111001000001100010111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345940; }

 p { color: rgb(52,89,64); }

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

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

 a { background-color: rgb(52,89,64); }

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

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

 span { border-color: rgb(52,89,64); }

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