#34583E

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

Shades of Goblin #34583E

Tints of Goblin #34583E

Color information

#34583E (or 0x34583E) is unknown color: approx Goblin. HEX triplet: 34, 58 and 3E. RGB value is (52,88,62). Sum of RGB (Red+Green+Blue) = 52+88+62=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 88 (34.77% from 255 or 43.56% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 88 - color contains mainly: green. Hex color #34583E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34583E is #CBA7C1. Grayscale: #4A4A4A. Windows color (decimal): -13346754 or 4085812. OLE color: 4085812.

HSL color Cylindrical-coordinate representation of color #34583E: hue angle of 136.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #34583E is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB528862-
CMYK0.4100.300.65
HSL136.67º25.71%27.45%-
HSV(B)136.67º40.91%34.51%-
XYZ5.788.065.81-
YUV74.27121.07112.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.74%
GREEN value IS 88 (34.77% from 255) = 43.56%
BLUE value IS 62 (24.61% from 255) = 30.69%
R=25.74%
G=43.56%
B=30.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5288620.4100.300.65136.6725.7127.45
Hex34583E2901E41891a1b
Octal6413076510361012113233
Binary11010010110001111101010010111101000001100010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34583E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34583E; }

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

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

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

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

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

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

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

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