Html Css Color HEX #424C45 Goblin

📋 copy color: '#424C45'

red 66 ◦ green 76 ◦ blue 69

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

Shades of Goblin #424C45

Tints of Goblin #424C45

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.02%

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

R = 31.28%
G = 36.02%
B = 32.7%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.70

RGB Variations

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

Color information

#424C45 (or 0x424C45) is known color: Goblin. HEX triplet: 42, 4C and 45. RGB value is (66,76,69). Sum of RGB (Red+Green+Blue) = 66+76+69=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 76 - color contains mainly: green. Hex color #424C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424C45 is #BDB3BA. Grayscale: #484848. Windows color (decimal): -12432315 or 4541506. OLE color: 4541506.

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

Color convert

RGB 66 76 69 -
CMYK 0.13 0 0.09 0.70
HSL 138º 0.07% 0.28% -
HSV(B) 138º 0.13% 0.3% -
XYZ 5.91 6.76 6.62 -
YUV 72.21 126.19 123.57 -
System Red Green Blue C M Y K H S L
Decimal 66 76 69 0.13 0 0.09 0.70 138 0.07 0.28
Hex 42 4C 45 D 0 9 46 8A 7 1C
Octal 102 114 105 15 0 11 106 212 7 34
Binary 1000010 1001100 1000101 1101 0 1001 1000110 10001010 111 11100

Color Harmonies of #424C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424C45

Black with #424C45

Text Example


Text Example

White with #424C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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