Html Css Color HEX #425547 Goblin

📋 copy color: '#425547'

red 66 ◦ green 85 ◦ blue 71

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

Shades of Goblin #425547

Tints of Goblin #425547

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.29%

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

R = 29.73%
G = 38.29%
B = 31.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#425547 (or 0x425547) is known color: Goblin. HEX triplet: 42, 55 and 47. RGB value is (66,85,71). Sum of RGB (Red+Green+Blue) = 66+85+71=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 71 (28.12% from 255 or 31.98% from 222); Max value from RGB is 85 - color contains mainly: green. Hex color #425547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425547 is #BDAAB8. Grayscale: #4D4D4D. Windows color (decimal): -12430009 or 4674882. OLE color: 4674882.

HSL color Cylindrical-coordinate representation of color #425547: hue angle of 135.79º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #425547 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 85 71 -
CMYK 0.22 0 0.16 0.67
HSL 135.79º 0.13% 0.3% -
HSV(B) 135.79º 0.22% 0.33% -
XYZ 6.63 8.11 7.18 -
YUV 77.72 124.21 119.64 -
System Red Green Blue C M Y K H S L
Decimal 66 85 71 0.22 0 0.16 0.67 135.79 0.13 0.3
Hex 42 55 47 16 0 10 43 88 D 1E
Octal 102 125 107 26 0 20 103 210 15 36
Binary 1000010 1010101 1000111 10110 0 10000 1000011 10001000 1101 11110

Color Harmonies of #425547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425547

Black with #425547

Text Example


Text Example

White with #425547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425547; }

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

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

background-color css

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

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

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

border-color css

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

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

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