#345A3F

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

Shades of Goblin #345A3F

Tints of Goblin #345A3F

Color information

#345A3F (or 0x345A3F) is unknown color: approx Goblin. HEX triplet: 34, 5A and 3F. RGB value is (52,90,63). Sum of RGB (Red+Green+Blue) = 52+90+63=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 90 (35.55% from 255 or 43.90% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 90 - color contains mainly: green. Hex color #345A3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345A3F is #CBA5C0. Grayscale: #4B4B4B. Windows color (decimal): -13346241 or 4151860. OLE color: 4151860.

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

Color convert

RGB529063-
CMYK0.4200.300.65
HSL137.37º26.76%27.84%-
HSV(B)137.37º42.22%35.29%-
XYZ5.978.46.01-
YUV75.56120.91111.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.37%
GREEN value IS 90 (35.55% from 255) = 43.90%
BLUE value IS 63 (25% from 255) = 30.73%
R=25.37%
G=43.90%
B=30.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5290630.4200.300.65137.3726.7627.84
Hex345A3F2A01E41891b1c
Octal6413277520361012113334
Binary11010010110101111111010100111101000001100010011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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