#345A3E

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

Shades of Goblin #345A3E

Tints of Goblin #345A3E

Color information

#345A3E (or 0x345A3E) is unknown color: approx Goblin. HEX triplet: 34, 5A and 3E. RGB value is (52,90,62). Sum of RGB (Red+Green+Blue) = 52+90+62=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 90 - color contains mainly: green. Hex color #345A3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345A3E is #CBA5C1. Grayscale: #4B4B4B. Windows color (decimal): -13346242 or 4086324. OLE color: 4086324.

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

Color convert

RGB529062-
CMYK0.4200.310.65
HSL135.79º26.76%27.84%-
HSV(B)135.79º42.22%35.29%-
XYZ5.948.395.86-
YUV75.45120.41111.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.49%
GREEN value IS 90 (35.55% from 255) = 44.12%
BLUE value IS 62 (24.61% from 255) = 30.39%
R=25.49%
G=44.12%
B=30.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5290620.4200.310.65135.7926.7627.84
Hex345A3E2A01F41881b1c
Octal6413276520371012103334
Binary11010010110101111101010100111111000001100010001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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