Html Css Color HEX #426D62 Dark Green Copper

📋 copy color: '#426D62'

red 66 ◦ green 109 ◦ blue 98

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

Shades of Dark Green Copper #426D62

Tints of Dark Green Copper #426D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.9%

R = 24.18%
G = 39.93%
B = 35.9%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.10

 K value IS 0.57

RGB Variations

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

Color information

#426D62 (or 0x426D62) is known color: Dark Green Copper. HEX triplet: 42, 6D and 62. RGB value is (66,109,98). Sum of RGB (Red+Green+Blue) = 66+109+98=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 109 - color contains mainly: green. Hex color #426D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426D62 is #BD929D. Grayscale: #5E5E5E. Windows color (decimal): -12423838 or 6450498. OLE color: 6450498.

HSL color Cylindrical-coordinate representation of color #426D62: hue angle of 164.65º 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 #426D62 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 109 98 -
CMYK 0.39 0 0.10 0.57
HSL 164.65º 0.25% 0.34% -
HSV(B) 164.65º 0.39% 0.43% -
XYZ 9.92 12.98 13.54 -
YUV 94.89 129.75 107.39 -
System Red Green Blue C M Y K H S L
Decimal 66 109 98 0.39 0 0.10 0.57 164.65 0.25 0.34
Hex 42 6D 62 27 0 A 39 A5 19 22
Octal 102 155 142 47 0 12 71 245 31 42
Binary 1000010 1101101 1100010 100111 0 1010 111001 10100101 11001 100010

Color Harmonies of #426D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426D62

Black with #426D62

Text Example


Text Example

White with #426D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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