Html Css Color HEX #425346 Goblin

📋 copy color: '#425346'

red 66 ◦ green 83 ◦ blue 70

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

Shades of Goblin #425346

Tints of Goblin #425346

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.9%

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

R = 30.14%
G = 37.9%
B = 31.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#425346 (or 0x425346) is known color: Goblin. HEX triplet: 42, 53 and 46. RGB value is (66,83,70). Sum of RGB (Red+Green+Blue) = 66+83+70=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 83 - color contains mainly: green. Hex color #425346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425346 is #BDACB9. Grayscale: #4C4C4C. Windows color (decimal): -12430522 or 4608834. OLE color: 4608834.

HSL color Cylindrical-coordinate representation of color #425346: hue angle of 134.12º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #425346 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 83 70 -
CMYK 0.20 0 0.16 0.67
HSL 134.12º 0.11% 0.29% -
HSV(B) 134.12º 0.2% 0.33% -
XYZ 6.45 7.79 6.96 -
YUV 76.44 124.37 120.56 -
System Red Green Blue C M Y K H S L
Decimal 66 83 70 0.20 0 0.16 0.67 134.12 0.11 0.29
Hex 42 53 46 14 0 10 43 86 B 1D
Octal 102 123 106 24 0 20 103 206 13 35
Binary 1000010 1010011 1000110 10100 0 10000 1000011 10000110 1011 11101

Color Harmonies of #425346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425346

Black with #425346

Text Example


Text Example

White with #425346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425346; }

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

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

background-color css

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

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

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

border-color css

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

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

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