Html Css Color HEX #426B62 Dark Green Copper

📋 copy color: '#426B62'

red 66 ◦ green 107 ◦ blue 98

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

Shades of Dark Green Copper #426B62

Tints of Dark Green Copper #426B62

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.48%

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

R = 24.35%
G = 39.48%
B = 36.16%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#426B62 (or 0x426B62) is known color: Dark Green Copper. HEX triplet: 42, 6B and 62. RGB value is (66,107,98). Sum of RGB (Red+Green+Blue) = 66+107+98=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 107 - color contains mainly: green. Hex color #426B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426B62 is #BD949D. Grayscale: #5D5D5D. Windows color (decimal): -12424350 or 6449986. OLE color: 6449986.

HSL color Cylindrical-coordinate representation of color #426B62: hue angle of 166.83º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #426B62 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 107 98 -
CMYK 0.38 0 0.08 0.58
HSL 166.83º 0.24% 0.34% -
HSV(B) 166.83º 0.38% 0.42% -
XYZ 9.71 12.56 13.47 -
YUV 93.72 130.42 108.23 -
System Red Green Blue C M Y K H S L
Decimal 66 107 98 0.38 0 0.08 0.58 166.83 0.24 0.34
Hex 42 6B 62 26 0 8 3A A7 18 22
Octal 102 153 142 46 0 10 72 247 30 42
Binary 1000010 1101011 1100010 100110 0 1000 111010 10100111 11000 100010

Color Harmonies of #426B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426B62

Black with #426B62

Text Example


Text Example

White with #426B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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