#346343

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

Shades of Goblin #346343

Tints of Goblin #346343

Color information

#346343 (or 0x346343) is unknown color: approx Goblin. HEX triplet: 34, 63 and 43. RGB value is (52,99,67). Sum of RGB (Red+Green+Blue) = 52+99+67=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 67 (26.56% from 255 or 30.73% from 218); Max value from RGB is 99 - color contains mainly: green. Hex color #346343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346343 is #CB9CBC. Grayscale: #515151. Windows color (decimal): -13343933 or 4416308. OLE color: 4416308.

HSL color Cylindrical-coordinate representation of color #346343: hue angle of 139.15º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #346343 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.

Color convert

RGB529967-
CMYK0.4700.320.61
HSL139.15º31.13%29.61%-
HSV(B)139.15º47.47%38.82%-
XYZ6.8910.066.89-
YUV81.3119.93107.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.85%
GREEN value IS 99 (39.06% from 255) = 45.41%
BLUE value IS 67 (26.56% from 255) = 30.73%
R=23.85%
G=45.41%
B=30.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5299670.4700.320.61139.1531.1329.61
Hex3463432F0203D8b1f1e
Octal6414310357040752133736
Binary110100110001110000111011110100000111101100010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346343; }

 p { color: rgb(52,99,67); }

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

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

 a { background-color: rgb(52,99,67); }

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

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

 span { border-color: rgb(52,99,67); }

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