Html Css Color HEX #424F44 Goblin

📋 copy color: '#424F44'

red 66 ◦ green 79 ◦ blue 68

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

Shades of Goblin #424F44

Tints of Goblin #424F44

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 value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#424F44 (or 0x424F44) is known color: 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

RGB 66 79 68 -
CMYK 0.16 0 0.14 0.69
HSL 129.23º 0.09% 0.28% -
HSV(B) 129.23º 0.16% 0.31% -
XYZ 6.09 7.17 6.53 -
YUV 73.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 66 79 68 0.16 0 0.14 0.69 129.23 0.09 0.28
Hex 42 4F 44 10 0 E 45 81 9 1C
Octal 102 117 104 20 0 16 105 201 11 34
Binary 1000010 1001111 1000100 10000 0 1110 1000101 10000001 1001 11100

Color Harmonies of #424F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F44

Black with #424F44

Text Example


Text Example

White with #424F44

Text Example


Text Example

HTML Codes & Css Web 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>