Html Css Color HEX #426E64 Dark Green Copper

📋 copy color: '#426E64'

red 66 ◦ green 110 ◦ blue 100

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

Shades of Dark Green Copper #426E64

Tints of Dark Green Copper #426E64

RGB

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

 GREEN value IS 110 (43.36% from 255) = 39.86%

 BLUE value IS 100 (39.45% from 255) = 36.23%

R = 23.91%
G = 39.86%
B = 36.23%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.09

 K value IS 0.57

RGB Variations

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

Color information

#426E64 (or 0x426E64) is known color: Dark Green Copper. HEX triplet: 42, 6E and 64. RGB value is (66,110,100). Sum of RGB (Red+Green+Blue) = 66+110+100=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 110 - color contains mainly: green. Hex color #426E64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426E64 is #BD919B. Grayscale: #5F5F5F. Windows color (decimal): -12423580 or 6581826. OLE color: 6581826.

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

Color convert

RGB 66 110 100 -
CMYK 0.4 0 0.09 0.57
HSL 166.36º 0.25% 0.35% -
HSV(B) 166.36º 0.4% 0.43% -
XYZ 10.12 13.23 14.08 -
YUV 95.7 130.42 106.81 -
System Red Green Blue C M Y K H S L
Decimal 66 110 100 0.4 0 0.09 0.57 166.36 0.25 0.35
Hex 42 6E 64 28 0 9 39 A6 19 23
Octal 102 156 144 50 0 11 71 246 31 43
Binary 1000010 1101110 1100100 101000 0 1001 111001 10100110 11001 100011

Color Harmonies of #426E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426E64

Black with #426E64

Text Example


Text Example

White with #426E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,110,100); }

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

background-color css

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

 a { background-color: rgb(66,110,100); }

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

border-color css

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

 span { border-color: rgb(66,110,100); }

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