Html Css Color HEX #424D46 Goblin

📋 copy color: '#424D46'

red 66 ◦ green 77 ◦ blue 70

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

Shades of Goblin #424D46

Tints of Goblin #424D46

RGB

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

 GREEN value IS 77 (30.47% from 255) = 36.15%

 BLUE value IS 70 (27.73% from 255) = 32.86%

R = 30.99%
G = 36.15%
B = 32.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.70

RGB Variations

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

Color information

#424D46 (or 0x424D46) is known color: Goblin. HEX triplet: 42, 4D and 46. RGB value is (66,77,70). Sum of RGB (Red+Green+Blue) = 66+77+70=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 77 - color contains mainly: green. Hex color #424D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424D46 is #BDB2B9. Grayscale: #484848. Windows color (decimal): -12432058 or 4607298. OLE color: 4607298.

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

Color convert

RGB 66 77 70 -
CMYK 0.14 0 0.09 0.70
HSL 141.82º 0.08% 0.28% -
HSV(B) 141.82º 0.14% 0.3% -
XYZ 6.01 6.91 6.81 -
YUV 72.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 66 77 70 0.14 0 0.09 0.70 141.82 0.08 0.28
Hex 42 4D 46 E 0 9 46 8E 8 1C
Octal 102 115 106 16 0 11 106 216 10 34
Binary 1000010 1001101 1000110 1110 0 1001 1000110 10001110 1000 11100

Color Harmonies of #424D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424D46

Black with #424D46

Text Example


Text Example

White with #424D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,77,70); }

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

background-color css

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

 a { background-color: rgb(66,77,70); }

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

border-color css

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

 span { border-color: rgb(66,77,70); }

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