#345C43

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

Shades of Goblin #345C43

Tints of Goblin #345C43

Color information

#345C43 (or 0x345C43) is unknown color: approx Goblin. HEX triplet: 34, 5C and 43. RGB value is (52,92,67). Sum of RGB (Red+Green+Blue) = 52+92+67=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 67 (26.56% from 255 or 31.75% from 211); Max value from RGB is 92 - color contains mainly: green. Hex color #345C43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345C43 is #CBA3BC. Grayscale: #4D4D4D. Windows color (decimal): -13345725 or 4414516. OLE color: 4414516.

HSL color Cylindrical-coordinate representation of color #345C43: hue angle of 142.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #345C43 is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB529267-
CMYK0.4300.270.64
HSL142.5º27.78%28.24%-
HSV(B)142.5º43.48%36.08%-
XYZ6.268.796.68-
YUV77.19122.25110.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.64%
GREEN value IS 92 (36.33% from 255) = 43.60%
BLUE value IS 67 (26.56% from 255) = 31.75%
R=24.64%
G=43.60%
B=31.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5292670.4300.270.64142.527.7828.24
Hex345C432B01B408e1c1c
Octal64134103530331002163434
Binary110100101110010000111010110110111000000100011101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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