#345F42

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

Shades of Goblin #345F42

Tints of Goblin #345F42

Color information

#345F42 (or 0x345F42) is unknown color: approx Goblin. HEX triplet: 34, 5F and 42. RGB value is (52,95,66). Sum of RGB (Red+Green+Blue) = 52+95+66=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 95 (37.5% from 255 or 44.60% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 95 - color contains mainly: green. Hex color #345F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345F42 is #CBA0BD. Grayscale: #4E4E4E. Windows color (decimal): -13344958 or 4349748. OLE color: 4349748.

HSL color Cylindrical-coordinate representation of color #345F42: hue angle of 139.53º 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 #345F42 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.63.

Color convert

RGB529566-
CMYK0.4500.310.63
HSL139.53º29.25%28.82%-
HSV(B)139.53º45.26%37.25%-
XYZ6.499.316.61-
YUV78.84120.75108.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.41%
GREEN value IS 95 (37.5% from 255) = 44.60%
BLUE value IS 66 (26.17% from 255) = 30.99%
R=24.41%
G=44.60%
B=30.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5295660.4500.310.63139.5329.2528.82
Hex345F422D01F3F8c1d1d
Octal6413710255037772143535
Binary11010010111111000010101101011111111111100011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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