#424F44

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

Shades of Goblin #424F44

Tints of Goblin #424F44

Color information

#424F44 (or 0x424F44) is unknown color: approx Goblin. HEX triplet: 42, 4F and 44. RGB value is (66,79,68). Sum of RGB (Red+Green+Blue) = 66+79+68=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 79 - color contains mainly: green. Hex color #424F44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424F44 is #BDB0BB. Grayscale: #494949. Windows color (decimal): -12431548 or 4476738. OLE color: 4476738.

HSL color Cylindrical-coordinate representation of color #424F44: hue angle of 129.23º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #424F44 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB667968-
CMYK0.1600.140.69
HSL129.23º8.97%28.43%-
HSV(B)129.23º16.46%30.98%-
XYZ6.097.176.53-
YUV73.86124.69122.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.99%
GREEN value IS 79 (31.25% from 255) = 37.09%
BLUE value IS 68 (26.95% from 255) = 31.92%
R=30.99%
G=37.09%
B=31.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6679680.1600.140.69129.238.9728.43
Hex424F44100E458191c
Octal102117104200161052011134
Binary1000010100111110001001000001110100010110000001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424F44; }

 p { color: rgb(66,79,68); }

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

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

 a { background-color: rgb(66,79,68); }

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

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

 span { border-color: rgb(66,79,68); }

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