#434744

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

Shades of Goblin #434744

Tints of Goblin #434744

Color information

#434744 (or 0x434744) is unknown color: approx Goblin. HEX triplet: 43, 47 and 44. RGB value is (67,71,68). Sum of RGB (Red+Green+Blue) = 67+71+68=206 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.52% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 71 - color contains mainly: green. Hex color #434744 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434744 is #BCB8BB. Grayscale: #454545. Windows color (decimal): -12368060 or 4474691. OLE color: 4474691.

HSL color Cylindrical-coordinate representation of color #434744: hue angle of 135º degrees, saturation: 0.03, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #434744 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB677168-
CMYK0.0600.040.72
HSL135º2.9%27.06%-
HSV(B)135º5.63%27.84%-
XYZ5.616.126.35-
YUV69.46127.17126.24-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.52%
GREEN value IS 71 (28.12% from 255) = 34.47%
BLUE value IS 68 (26.95% from 255) = 33.01%
R=32.52%
G=34.47%
B=33.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6771680.0600.040.721352.927.06
Hex434744604488731b
Octal103107104604110207333
Binary10000111000111100010011001001001000100001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434744; }

 p { color: rgb(67,71,68); }

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

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

 a { background-color: rgb(67,71,68); }

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

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

 span { border-color: rgb(67,71,68); }

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