Html Css Color HEX #425748 Goblin

📋 copy color: '#425748'

red 66 ◦ green 87 ◦ blue 72

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

Shades of Goblin #425748

Tints of Goblin #425748

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.67%

 BLUE value IS 72 (28.52% from 255) = 32%

R = 29.33%
G = 38.67%
B = 32%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#425748 (or 0x425748) is known color: Goblin. HEX triplet: 42, 57 and 48. RGB value is (66,87,72). Sum of RGB (Red+Green+Blue) = 66+87+72=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 87 - color contains mainly: green. Hex color #425748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425748 is #BDA8B7. Grayscale: #4F4F4F. Windows color (decimal): -12429496 or 4740930. OLE color: 4740930.

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

Color convert

RGB 66 87 72 -
CMYK 0.24 0 0.17 0.66
HSL 137.14º 0.14% 0.3% -
HSV(B) 137.14º 0.24% 0.34% -
XYZ 6.82 8.44 7.4 -
YUV 79.01 124.04 118.72 -
System Red Green Blue C M Y K H S L
Decimal 66 87 72 0.24 0 0.17 0.66 137.14 0.14 0.3
Hex 42 57 48 18 0 11 42 89 E 1E
Octal 102 127 110 30 0 21 102 211 16 36
Binary 1000010 1010111 1001000 11000 0 10001 1000010 10001001 1110 11110

Color Harmonies of #425748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425748

Black with #425748

Text Example


Text Example

White with #425748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425748; }

 p { color: rgb(66,87,72); }

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

background-color css

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

 a { background-color: rgb(66,87,72); }

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

border-color css

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

 span { border-color: rgb(66,87,72); }

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