Html Css Color HEX #425145 Goblin

📋 copy color: '#425145'

red 66 ◦ green 81 ◦ blue 69

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

Shades of Goblin #425145

Tints of Goblin #425145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 31.94%

R = 30.56%
G = 37.5%
B = 31.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#425145 (or 0x425145) is known color: Goblin. HEX triplet: 42, 51 and 45. RGB value is (66,81,69). Sum of RGB (Red+Green+Blue) = 66+81+69=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 81 - color contains mainly: green. Hex color #425145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425145 is #BDAEBA. Grayscale: #4B4B4B. Windows color (decimal): -12431035 or 4542786. OLE color: 4542786.

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

Color convert

RGB 66 81 69 -
CMYK 0.19 0 0.15 0.68
HSL 132º 0.1% 0.29% -
HSV(B) 132º 0.19% 0.32% -
XYZ 6.26 7.47 6.74 -
YUV 75.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 66 81 69 0.19 0 0.15 0.68 132 0.1 0.29
Hex 42 51 45 13 0 F 44 84 A 1D
Octal 102 121 105 23 0 17 104 204 12 35
Binary 1000010 1010001 1000101 10011 0 1111 1000100 10000100 1010 11101

Color Harmonies of #425145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425145

Black with #425145

Text Example


Text Example

White with #425145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425145; }

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

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

background-color css

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

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

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

border-color css

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

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

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