#424743

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

Shades of Goblin #424743

Tints of Goblin #424743

Color information

#424743 (or 0x424743) is unknown color: approx Goblin. HEX triplet: 42, 47 and 43. RGB value is (66,71,67). Sum of RGB (Red+Green+Blue) = 66+71+67=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 67 (26.56% from 255 or 32.84% from 204); Max value from RGB is 71 - color contains mainly: green. Hex color #424743 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424743 is #BDB8BC. Grayscale: #454545. Windows color (decimal): -12433597 or 4409154. OLE color: 4409154.

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

Color convert

RGB667167-
CMYK0.0700.060.72
HSL132º3.65%26.86%-
HSV(B)132º7.04%27.84%-
XYZ5.516.076.19-
YUV69.05126.84125.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.35%
GREEN value IS 71 (28.12% from 255) = 34.80%
BLUE value IS 67 (26.56% from 255) = 32.84%
R=32.35%
G=34.80%
B=32.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6671670.0700.060.721323.6526.86
Hex424743706488441b
Octal102107103706110204433
Binary100001010001111000011111011010010001000010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424743; }

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

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

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

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

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

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

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

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