#345A43

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

Shades of Goblin #345A43

Tints of Goblin #345A43

Color information

#345A43 (or 0x345A43) is unknown color: approx Goblin. HEX triplet: 34, 5A and 43. RGB value is (52,90,67). Sum of RGB (Red+Green+Blue) = 52+90+67=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 67 (26.56% from 255 or 32.06% from 209); Max value from RGB is 90 - color contains mainly: green. Hex color #345A43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345A43 is #CBA5BC. Grayscale: #4C4C4C. Windows color (decimal): -13346237 or 4414004. OLE color: 4414004.

HSL color Cylindrical-coordinate representation of color #345A43: hue angle of 143.68º degrees, saturation: 0.27, 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 #345A43 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB529067-
CMYK0.4200.260.65
HSL143.68º26.76%27.84%-
HSV(B)143.68º42.22%35.29%-
XYZ6.098.456.62-
YUV76.02122.91110.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.88%
GREEN value IS 90 (35.55% from 255) = 43.06%
BLUE value IS 67 (26.56% from 255) = 32.06%
R=24.88%
G=43.06%
B=32.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5290670.4200.260.65143.6826.7627.84
Hex345A432A01A41901b1c
Octal64132103520321012203334
Binary110100101101010000111010100110101000001100100001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345A43; }

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

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

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

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

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

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

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

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