Html Css Color HEX #426C68 Dark Green Copper

📋 copy color: '#426C68'

red 66 ◦ green 108 ◦ blue 104

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

Shades of Dark Green Copper #426C68

Tints of Dark Green Copper #426C68

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.85%

 BLUE value IS 104 (41.02% from 255) = 37.41%

R = 23.74%
G = 38.85%
B = 37.41%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#426C68 (or 0x426C68) is known color: Dark Green Copper. HEX triplet: 42, 6C and 68. RGB value is (66,108,104). Sum of RGB (Red+Green+Blue) = 66+108+104=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 108 - color contains mainly: green. Hex color #426C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426C68 is #BD9397. Grayscale: #5E5E5E. Windows color (decimal): -12424088 or 6843458. OLE color: 6843458.

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

Color convert

RGB 66 108 104 -
CMYK 0.39 0 0.04 0.58
HSL 174.29º 0.24% 0.34% -
HSV(B) 174.29º 0.39% 0.42% -
XYZ 10.11 12.88 15.05 -
YUV 94.99 133.09 107.33 -
System Red Green Blue C M Y K H S L
Decimal 66 108 104 0.39 0 0.04 0.58 174.29 0.24 0.34
Hex 42 6C 68 27 0 4 3A AE 18 22
Octal 102 154 150 47 0 4 72 256 30 42
Binary 1000010 1101100 1101000 100111 0 100 111010 10101110 11000 100010

Color Harmonies of #426C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426C68

Black with #426C68

Text Example


Text Example

White with #426C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,108,104); }

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

background-color css

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

 a { background-color: rgb(66,108,104); }

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

border-color css

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

 span { border-color: rgb(66,108,104); }

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