Html Css Color HEX #425146 Goblin

📋 copy color: '#425146'

red 66 ◦ green 81 ◦ blue 70

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

Shades of Goblin #425146

Tints of Goblin #425146

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.33%

 BLUE value IS 70 (27.73% from 255) = 32.26%

R = 30.41%
G = 37.33%
B = 32.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#425146 (or 0x425146) is known color: Goblin. HEX triplet: 42, 51 and 46. RGB value is (66,81,70). Sum of RGB (Red+Green+Blue) = 66+81+70=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 81 - color contains mainly: green. Hex color #425146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425146 is #BDAEB9. Grayscale: #4B4B4B. Windows color (decimal): -12431034 or 4608322. OLE color: 4608322.

HSL color Cylindrical-coordinate representation of color #425146: hue angle of 136º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #425146 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 81 70 -
CMYK 0.19 0 0.14 0.68
HSL 136º 0.1% 0.29% -
HSV(B) 136º 0.19% 0.32% -
XYZ 6.29 7.49 6.91 -
YUV 75.26 125.03 121.39 -
System Red Green Blue C M Y K H S L
Decimal 66 81 70 0.19 0 0.14 0.68 136 0.1 0.29
Hex 42 51 46 13 0 E 44 88 A 1D
Octal 102 121 106 23 0 16 104 210 12 35
Binary 1000010 1010001 1000110 10011 0 1110 1000100 10001000 1010 11101

Color Harmonies of #425146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425146

Black with #425146

Text Example


Text Example

White with #425146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425146; }

 p { color: rgb(66,81,70); }

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

background-color css

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

 a { background-color: rgb(66,81,70); }

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

border-color css

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

 span { border-color: rgb(66,81,70); }

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