Html Css Color HEX #425646 Goblin

📋 copy color: '#425646'

red 66 ◦ green 86 ◦ blue 70

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

Shades of Goblin #425646

Tints of Goblin #425646

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.74%

 BLUE value IS 70 (27.73% from 255) = 31.53%

R = 29.73%
G = 38.74%
B = 31.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.66

RGB Variations

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

Color information

#425646 (or 0x425646) is known color: Goblin. HEX triplet: 42, 56 and 46. RGB value is (66,86,70). Sum of RGB (Red+Green+Blue) = 66+86+70=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 86 - color contains mainly: green. Hex color #425646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425646 is #BDA9B9. Grayscale: #4E4E4E. Windows color (decimal): -12429754 or 4609602. OLE color: 4609602.

HSL color Cylindrical-coordinate representation of color #425646: hue angle of 132º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #425646 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 86 70 -
CMYK 0.23 0 0.19 0.66
HSL 132º 0.13% 0.3% -
HSV(B) 132º 0.23% 0.34% -
XYZ 6.68 8.26 7.04 -
YUV 78.2 123.37 119.3 -
System Red Green Blue C M Y K H S L
Decimal 66 86 70 0.23 0 0.19 0.66 132 0.13 0.3
Hex 42 56 46 17 0 13 42 84 D 1E
Octal 102 126 106 27 0 23 102 204 15 36
Binary 1000010 1010110 1000110 10111 0 10011 1000010 10000100 1101 11110

Color Harmonies of #425646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425646

Black with #425646

Text Example


Text Example

White with #425646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425646; }

 p { color: rgb(66,86,70); }

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

background-color css

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

 a { background-color: rgb(66,86,70); }

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

border-color css

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

 span { border-color: rgb(66,86,70); }

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