Html Css Color HEX #426C67 Dark Green Copper

📋 copy color: '#426C67'

red 66 ◦ green 108 ◦ blue 103

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

Shades of Dark Green Copper #426C67

Tints of Dark Green Copper #426C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 37.18%

R = 23.83%
G = 38.99%
B = 37.18%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.05

 K value IS 0.58

RGB Variations

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

Color information

#426C67 (or 0x426C67) is known color: Dark Green Copper. HEX triplet: 42, 6C and 67. RGB value is (66,108,103). Sum of RGB (Red+Green+Blue) = 66+108+103=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 103 (40.62% from 255 or 37.18% from 277); Max value from RGB is 108 - color contains mainly: green. Hex color #426C67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426C67 is #BD9398. Grayscale: #5E5E5E. Windows color (decimal): -12424089 or 6777922. OLE color: 6777922.

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

Color convert

RGB 66 108 103 -
CMYK 0.39 0 0.05 0.58
HSL 172.86º 0.24% 0.34% -
HSV(B) 172.86º 0.39% 0.42% -
XYZ 10.06 12.86 14.78 -
YUV 94.87 132.59 107.41 -
System Red Green Blue C M Y K H S L
Decimal 66 108 103 0.39 0 0.05 0.58 172.86 0.24 0.34
Hex 42 6C 67 27 0 5 3A AD 18 22
Octal 102 154 147 47 0 5 72 255 30 42
Binary 1000010 1101100 1100111 100111 0 101 111010 10101101 11000 100010

Color Harmonies of #426C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426C67

Black with #426C67

Text Example


Text Example

White with #426C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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