Html Css Color HEX #424E44 Goblin

📋 copy color: '#424E44'

red 66 ◦ green 78 ◦ blue 68

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

Shades of Goblin #424E44

Tints of Goblin #424E44

RGB

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

 GREEN value IS 78 (30.86% from 255) = 36.79%

 BLUE value IS 68 (26.95% from 255) = 32.08%

R = 31.13%
G = 36.79%
B = 32.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.69

RGB Variations

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

Color information

#424E44 (or 0x424E44) is known color: Goblin. HEX triplet: 42, 4E and 44. RGB value is (66,78,68). Sum of RGB (Red+Green+Blue) = 66+78+68=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 68 (26.95% from 255 or 32.08% from 212); Max value from RGB is 78 - color contains mainly: green. Hex color #424E44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424E44 is #BDB1BB. Grayscale: #494949. Windows color (decimal): -12431804 or 4476482. OLE color: 4476482.

HSL color Cylindrical-coordinate representation of color #424E44: hue angle of 130º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #424E44 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 78 68 -
CMYK 0.15 0 0.13 0.69
HSL 130º 0.08% 0.28% -
HSV(B) 130º 0.15% 0.31% -
XYZ 6.01 7.02 6.51 -
YUV 73.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 66 78 68 0.15 0 0.13 0.69 130 0.08 0.28
Hex 42 4E 44 F 0 D 45 82 8 1C
Octal 102 116 104 17 0 15 105 202 10 34
Binary 1000010 1001110 1000100 1111 0 1101 1000101 10000010 1000 11100

Color Harmonies of #424E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424E44

Black with #424E44

Text Example


Text Example

White with #424E44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,78,68); }

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

background-color css

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

 a { background-color: rgb(66,78,68); }

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

border-color css

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

 span { border-color: rgb(66,78,68); }

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