Html Css Color HEX #426F67 Dark Green Copper

📋 copy color: '#426F67'

red 66 ◦ green 111 ◦ blue 103

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

Shades of Dark Green Copper #426F67

Tints of Dark Green Copper #426F67

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.64%

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

R = 23.57%
G = 39.64%
B = 36.79%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#426F67 (or 0x426F67) is known color: Dark Green Copper. HEX triplet: 42, 6F and 67. RGB value is (66,111,103). Sum of RGB (Red+Green+Blue) = 66+111+103=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 111 - color contains mainly: green. Hex color #426F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426F67 is #BD9098. Grayscale: #606060. Windows color (decimal): -12423321 or 6778690. OLE color: 6778690.

HSL color Cylindrical-coordinate representation of color #426F67: hue angle of 169.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #426F67 is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 111 103 -
CMYK 0.41 0 0.07 0.56
HSL 169.33º 0.25% 0.35% -
HSV(B) 169.33º 0.41% 0.44% -
XYZ 10.38 13.51 14.89 -
YUV 96.63 131.59 106.15 -
System Red Green Blue C M Y K H S L
Decimal 66 111 103 0.41 0 0.07 0.56 169.33 0.25 0.35
Hex 42 6F 67 29 0 7 38 A9 19 23
Octal 102 157 147 51 0 7 70 251 31 43
Binary 1000010 1101111 1100111 101001 0 111 111000 10101001 11001 100011

Color Harmonies of #426F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426F67

Black with #426F67

Text Example


Text Example

White with #426F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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