Html Css Color HEX #424E45 Goblin

📋 copy color: '#424E45'

red 66 ◦ green 78 ◦ blue 69

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

Shades of Goblin #424E45

Tints of Goblin #424E45

RGB

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

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

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

R = 30.99%
G = 36.62%
B = 32.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#424E45 (or 0x424E45) is known color: Goblin. HEX triplet: 42, 4E and 45. RGB value is (66,78,69). Sum of RGB (Red+Green+Blue) = 66+78+69=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 78 - color contains mainly: green. Hex color #424E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424E45 is #BDB1BA. Grayscale: #494949. Windows color (decimal): -12431803 or 4542018. OLE color: 4542018.

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

Color convert

RGB 66 78 69 -
CMYK 0.15 0 0.12 0.69
HSL 135º 0.08% 0.28% -
HSV(B) 135º 0.15% 0.31% -
XYZ 6.05 7.04 6.67 -
YUV 73.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 66 78 69 0.15 0 0.12 0.69 135 0.08 0.28
Hex 42 4E 45 F 0 C 45 87 8 1C
Octal 102 116 105 17 0 14 105 207 10 34
Binary 1000010 1001110 1000101 1111 0 1100 1000101 10000111 1000 11100

Color Harmonies of #424E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424E45

Black with #424E45

Text Example


Text Example

White with #424E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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