#345442

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

Shades of Goblin #345442

Tints of Goblin #345442

Color information

#345442 (or 0x345442) is unknown color: approx Goblin. HEX triplet: 34, 54 and 42. RGB value is (52,84,66). Sum of RGB (Red+Green+Blue) = 52+84+66=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 84 - color contains mainly: green. Hex color #345442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345442 is #CBABBD. Grayscale: #484848. Windows color (decimal): -13347774 or 4346932. OLE color: 4346932.

HSL color Cylindrical-coordinate representation of color #345442: hue angle of 146.25º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #345442 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB528466-
CMYK0.3800.210.67
HSL146.25º23.53%26.67%-
HSV(B)146.25º38.1%32.94%-
XYZ5.577.466.3-
YUV72.38124.4113.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.74%
GREEN value IS 84 (33.20% from 255) = 41.58%
BLUE value IS 66 (26.17% from 255) = 32.67%
R=25.74%
G=41.58%
B=32.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5284660.3800.210.67146.2523.5326.67
Hex345442260154392181b
Octal64124102460251032223033
Binary110100101010010000101001100101011000011100100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345442; }

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

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

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

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

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

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

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

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