#345943

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

Shades of Goblin #345943

Tints of Goblin #345943

Color information

#345943 (or 0x345943) is unknown color: approx Goblin. HEX triplet: 34, 59 and 43. RGB value is (52,89,67). Sum of RGB (Red+Green+Blue) = 52+89+67=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 67 (26.56% from 255 or 32.21% from 208); Max value from RGB is 89 - color contains mainly: green. Hex color #345943 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345943 is #CBA6BC. Grayscale: #4B4B4B. Windows color (decimal): -13346493 or 4413748. OLE color: 4413748.

HSL color Cylindrical-coordinate representation of color #345943: hue angle of 144.32º 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 #345943 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB528967-
CMYK0.4200.250.65
HSL144.32º26.24%27.65%-
HSV(B)144.32º41.57%34.9%-
XYZ68.286.59-
YUV75.43123.24111.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25%
GREEN value IS 89 (35.16% from 255) = 42.79%
BLUE value IS 67 (26.56% from 255) = 32.21%
R=25%
G=42.79%
B=32.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5289670.4200.250.65144.3226.2427.65
Hex3459432A01941901a1c
Octal64131103520311012203234
Binary110100101100110000111010100110011000001100100001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345943; }

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

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

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

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

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

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

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

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