Html Css Color HEX #425045 Goblin

📋 copy color: '#425045'

red 66 ◦ green 80 ◦ blue 69

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

Shades of Goblin #425045

Tints of Goblin #425045

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.21%

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

R = 30.7%
G = 37.21%
B = 32.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#425045 (or 0x425045) is known color: Goblin. HEX triplet: 42, 50 and 45. RGB value is (66,80,69). Sum of RGB (Red+Green+Blue) = 66+80+69=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 80 - color contains mainly: green. Hex color #425045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425045 is #BDAFBA. Grayscale: #4A4A4A. Windows color (decimal): -12431291 or 4542530. OLE color: 4542530.

HSL color Cylindrical-coordinate representation of color #425045: hue angle of 132.86º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #425045 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 80 69 -
CMYK 0.17 0 0.14 0.69
HSL 132.86º 0.1% 0.29% -
HSV(B) 132.86º 0.18% 0.31% -
XYZ 6.19 7.33 6.72 -
YUV 74.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 66 80 69 0.17 0 0.14 0.69 132.86 0.1 0.29
Hex 42 50 45 11 0 E 45 85 A 1D
Octal 102 120 105 21 0 16 105 205 12 35
Binary 1000010 1010000 1000101 10001 0 1110 1000101 10000101 1010 11101

Color Harmonies of #425045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425045

Black with #425045

Text Example


Text Example

White with #425045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425045; }

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

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

background-color css

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

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

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

border-color css

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

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

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