Html Css Color HEX #424943 Goblin

📋 copy color: '#424943'

red 66 ◦ green 73 ◦ blue 67

#424943
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goblin #424943

Tints of Goblin #424943

RGB

 RED value IS 66 (26.17% from 255) = 32.04%

 GREEN value IS 73 (28.91% from 255) = 35.44%

 BLUE value IS 67 (26.56% from 255) = 32.52%

R = 32.04%
G = 35.44%
B = 32.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#424943 (or 0x424943) is known color: Goblin. HEX triplet: 42, 49 and 43. RGB value is (66,73,67). Sum of RGB (Red+Green+Blue) = 66+73+67=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 67 (26.56% from 255 or 32.52% from 206); Max value from RGB is 73 - color contains mainly: green. Hex color #424943 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424943 is #BDB6BC. Grayscale: #464646. Windows color (decimal): -12433085 or 4409666. OLE color: 4409666.

HSL color Cylindrical-coordinate representation of color #424943: hue angle of 128.57º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #424943 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 73 67 -
CMYK 0.10 0 0.08 0.71
HSL 128.57º 0.05% 0.27% -
HSV(B) 128.57º 0.1% 0.29% -
XYZ 5.64 6.33 6.23 -
YUV 70.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 66 73 67 0.10 0 0.08 0.71 128.57 0.05 0.27
Hex 42 49 43 A 0 8 47 81 5 1B
Octal 102 111 103 12 0 10 107 201 5 33
Binary 1000010 1001001 1000011 1010 0 1000 1000111 10000001 101 11011

Color Harmonies of #424943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424943

Black with #424943

Text Example


Text Example

White with #424943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424943; }

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

 H1.HeaderClassName
 {
   color: #424943;
 }
 .AnyTagClassName
 {
   color: #424943;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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