#34483C

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

Shades of Goblin #34483C

Tints of Goblin #34483C

Color information

#34483C (or 0x34483C) is unknown color: approx Goblin. HEX triplet: 34, 48 and 3C. RGB value is (52,72,60). Sum of RGB (Red+Green+Blue) = 52+72+60=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 72 - color contains mainly: green. Hex color #34483C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34483C is #CBB7C3. Grayscale: #404040. Windows color (decimal): -13350852 or 3950644. OLE color: 3950644.

HSL color Cylindrical-coordinate representation of color #34483C: hue angle of 144º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #34483C is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB527260-
CMYK0.2800.170.72
HSL144º16.13%24.31%-
HSV(B)144º27.78%28.24%-
XYZ4.555.695.13-
YUV64.65125.37118.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.26%
GREEN value IS 72 (28.52% from 255) = 39.13%
BLUE value IS 60 (23.83% from 255) = 32.61%
R=28.26%
G=39.13%
B=32.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5272600.2800.170.7214416.1324.31
Hex34483C1C01148901018
Octal6411074340211102202030
Binary1101001001000111100111000100011001000100100001000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34483C; }

 p { color: rgb(52,72,60); }

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

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

 a { background-color: rgb(52,72,60); }

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

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

 span { border-color: rgb(52,72,60); }

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