Html Css Color HEX #424F45 Goblin

📋 copy color: '#424F45'

red 66 ◦ green 79 ◦ blue 69

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

Shades of Goblin #424F45

Tints of Goblin #424F45

RGB

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

 GREEN value IS 79 (31.25% from 255) = 36.92%

 BLUE value IS 69 (27.34% from 255) = 32.24%

R = 30.84%
G = 36.92%
B = 32.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.69

RGB Variations

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

Color information

#424F45 (or 0x424F45) is known color: Goblin. HEX triplet: 42, 4F and 45. RGB value is (66,79,69). Sum of RGB (Red+Green+Blue) = 66+79+69=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 69 (27.34% from 255 or 32.24% from 214); Max value from RGB is 79 - color contains mainly: green. Hex color #424F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424F45 is #BDB0BA. Grayscale: #4A4A4A. Windows color (decimal): -12431547 or 4542274. OLE color: 4542274.

HSL color Cylindrical-coordinate representation of color #424F45: hue angle of 133.85º 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 #424F45 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 79 69 -
CMYK 0.16 0 0.13 0.69
HSL 133.85º 0.09% 0.28% -
HSV(B) 133.85º 0.16% 0.31% -
XYZ 6.12 7.18 6.69 -
YUV 73.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 66 79 69 0.16 0 0.13 0.69 133.85 0.09 0.28
Hex 42 4F 45 10 0 D 45 86 9 1C
Octal 102 117 105 20 0 15 105 206 11 34
Binary 1000010 1001111 1000101 10000 0 1101 1000101 10000110 1001 11100

Color Harmonies of #424F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F45

Black with #424F45

Text Example


Text Example

White with #424F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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