Html Css Color HEX #425647 Goblin

📋 copy color: '#425647'

red 66 ◦ green 86 ◦ blue 71

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

Shades of Goblin #425647

Tints of Goblin #425647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 31.84%

R = 29.6%
G = 38.57%
B = 31.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#425647 (or 0x425647) is known color: Goblin. HEX triplet: 42, 56 and 47. RGB value is (66,86,71). Sum of RGB (Red+Green+Blue) = 66+86+71=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 86 - color contains mainly: green. Hex color #425647 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425647 is #BDA9B8. Grayscale: #4E4E4E. Windows color (decimal): -12429753 or 4675138. OLE color: 4675138.

HSL color Cylindrical-coordinate representation of color #425647: hue angle of 135º 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 #425647 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 86 71 -
CMYK 0.23 0 0.17 0.66
HSL 135º 0.13% 0.3% -
HSV(B) 135º 0.23% 0.34% -
XYZ 6.71 8.27 7.2 -
YUV 78.31 123.87 119.22 -
System Red Green Blue C M Y K H S L
Decimal 66 86 71 0.23 0 0.17 0.66 135 0.13 0.3
Hex 42 56 47 17 0 11 42 87 D 1E
Octal 102 126 107 27 0 21 102 207 15 36
Binary 1000010 1010110 1000111 10111 0 10001 1000010 10000111 1101 11110

Color Harmonies of #425647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425647

Black with #425647

Text Example


Text Example

White with #425647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425647; }

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

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

background-color css

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

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

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

border-color css

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

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

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