#434B45

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

Shades of Goblin #434B45

Tints of Goblin #434B45

Color information

#434B45 (or 0x434B45) is unknown color: approx Goblin. HEX triplet: 43, 4B and 45. RGB value is (67,75,69). Sum of RGB (Red+Green+Blue) = 67+75+69=211 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.75% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 75 - color contains mainly: green. Hex color #434B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434B45 is #BCB4BA. Grayscale: #474747. Windows color (decimal): -12367035 or 4541251. OLE color: 4541251.

HSL color Cylindrical-coordinate representation of color #434B45: hue angle of 135º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #434B45 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB677569-
CMYK0.1100.080.71
HSL135º5.63%27.84%-
HSV(B)135º10.67%29.41%-
XYZ5.96.666.6-
YUV71.92126.35124.49-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.75%
GREEN value IS 75 (29.69% from 255) = 35.55%
BLUE value IS 69 (27.34% from 255) = 32.70%
R=31.75%
G=35.55%
B=32.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6775690.1100.080.711355.6327.84
Hex434B45B08478761c
Octal10311310513010107207634
Binary10000111001011100010110110100010001111000011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434B45; }

 p { color: rgb(67,75,69); }

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

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

 a { background-color: rgb(67,75,69); }

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

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

 span { border-color: rgb(67,75,69); }

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