Html Css Color HEX #426D63 Dark Green Copper

📋 copy color: '#426D63'

red 66 ◦ green 109 ◦ blue 99

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

Shades of Dark Green Copper #426D63

Tints of Dark Green Copper #426D63

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.78%

 BLUE value IS 99 (39.06% from 255) = 36.13%

R = 24.09%
G = 39.78%
B = 36.13%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.09

 K value IS 0.57

RGB Variations

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

Color information

#426D63 (or 0x426D63) is known color: Dark Green Copper. HEX triplet: 42, 6D and 63. RGB value is (66,109,99). Sum of RGB (Red+Green+Blue) = 66+109+99=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 109 - color contains mainly: green. Hex color #426D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426D63 is #BD929C. Grayscale: #5F5F5F. Windows color (decimal): -12423837 or 6516034. OLE color: 6516034.

HSL color Cylindrical-coordinate representation of color #426D63: hue angle of 166.05º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #426D63 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 109 99 -
CMYK 0.39 0 0.09 0.57
HSL 166.05º 0.25% 0.34% -
HSV(B) 166.05º 0.39% 0.43% -
XYZ 9.97 13 13.79 -
YUV 95 130.25 107.31 -
System Red Green Blue C M Y K H S L
Decimal 66 109 99 0.39 0 0.09 0.57 166.05 0.25 0.34
Hex 42 6D 63 27 0 9 39 A6 19 22
Octal 102 155 143 47 0 11 71 246 31 42
Binary 1000010 1101101 1100011 100111 0 1001 111001 10100110 11001 100010

Color Harmonies of #426D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426D63

Black with #426D63

Text Example


Text Example

White with #426D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426D63; }

 p { color: rgb(66,109,99); }

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

background-color css

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

 a { background-color: rgb(66,109,99); }

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

border-color css

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

 span { border-color: rgb(66,109,99); }

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