Html Css Color HEX #425947 Goblin

📋 copy color: '#425947'

red 66 ◦ green 89 ◦ blue 71

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

Shades of Goblin #425947

Tints of Goblin #425947

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.38%

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

R = 29.2%
G = 39.38%
B = 31.42%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#425947 (or 0x425947) is known color: Goblin. HEX triplet: 42, 59 and 47. RGB value is (66,89,71). Sum of RGB (Red+Green+Blue) = 66+89+71=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 89 - color contains mainly: green. Hex color #425947 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425947 is #BDA6B8. Grayscale: #505050. Windows color (decimal): -12428985 or 4675906. OLE color: 4675906.

HSL color Cylindrical-coordinate representation of color #425947: hue angle of 133.04º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #425947 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 89 71 -
CMYK 0.26 0 0.20 0.65
HSL 133.04º 0.15% 0.3% -
HSV(B) 133.04º 0.26% 0.35% -
XYZ 6.96 8.76 7.29 -
YUV 80.07 122.88 117.96 -
System Red Green Blue C M Y K H S L
Decimal 66 89 71 0.26 0 0.20 0.65 133.04 0.15 0.3
Hex 42 59 47 1A 0 14 41 85 F 1E
Octal 102 131 107 32 0 24 101 205 17 36
Binary 1000010 1011001 1000111 11010 0 10100 1000001 10000101 1111 11110

Color Harmonies of #425947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425947

Black with #425947

Text Example


Text Example

White with #425947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425947; }

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

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

background-color css

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

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

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

border-color css

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

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

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