Html Css Color HEX #425548 Goblin

📋 copy color: '#425548'

red 66 ◦ green 85 ◦ blue 72

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

Shades of Goblin #425548

Tints of Goblin #425548

RGB

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

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

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

R = 29.6%
G = 38.12%
B = 32.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#425548 (or 0x425548) is known color: Goblin. HEX triplet: 42, 55 and 48. RGB value is (66,85,72). Sum of RGB (Red+Green+Blue) = 66+85+72=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 85 - color contains mainly: green. Hex color #425548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425548 is #BDAAB7. Grayscale: #4D4D4D. Windows color (decimal): -12430008 or 4740418. OLE color: 4740418.

HSL color Cylindrical-coordinate representation of color #425548: hue angle of 138.95º 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 #425548 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 85 72 -
CMYK 0.22 0 0.15 0.67
HSL 138.95º 0.13% 0.3% -
HSV(B) 138.95º 0.22% 0.33% -
XYZ 6.66 8.12 7.35 -
YUV 77.84 124.71 119.56 -
System Red Green Blue C M Y K H S L
Decimal 66 85 72 0.22 0 0.15 0.67 138.95 0.13 0.3
Hex 42 55 48 16 0 F 43 8B D 1E
Octal 102 125 110 26 0 17 103 213 15 36
Binary 1000010 1010101 1001000 10110 0 1111 1000011 10001011 1101 11110

Color Harmonies of #425548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425548

Black with #425548

Text Example


Text Example

White with #425548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425548; }

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

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

background-color css

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

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

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

border-color css

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

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

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