#345F43

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

Shades of Goblin #345F43

Tints of Goblin #345F43

Color information

#345F43 (or 0x345F43) is unknown color: approx Goblin. HEX triplet: 34, 5F and 43. RGB value is (52,95,67). Sum of RGB (Red+Green+Blue) = 52+95+67=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 95 (37.5% from 255 or 44.39% from 214); Blue value is 67 (26.56% from 255 or 31.31% from 214); Max value from RGB is 95 - color contains mainly: green. Hex color #345F43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345F43 is #CBA0BC. Grayscale: #4F4F4F. Windows color (decimal): -13344957 or 4415284. OLE color: 4415284.

HSL color Cylindrical-coordinate representation of color #345F43: hue angle of 140.93º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #345F43 is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.63.

Color convert

RGB529567-
CMYK0.4500.290.63
HSL140.93º29.25%28.82%-
HSV(B)140.93º45.26%37.25%-
XYZ6.529.326.77-
YUV78.95121.25108.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.30%
GREEN value IS 95 (37.5% from 255) = 44.39%
BLUE value IS 67 (26.56% from 255) = 31.31%
R=24.30%
G=44.39%
B=31.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5295670.4500.290.63140.9329.2528.82
Hex345F432D01D3F8d1d1d
Octal6413710355035772153535
Binary11010010111111000011101101011101111111100011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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