Html Css Color HEX #426C69 Dark Green Copper

📋 copy color: '#426C69'

red 66 ◦ green 108 ◦ blue 105

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

Shades of Dark Green Copper #426C69

Tints of Dark Green Copper #426C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 37.63%

R = 23.66%
G = 38.71%
B = 37.63%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#426C69 (or 0x426C69) is known color: Dark Green Copper. HEX triplet: 42, 6C and 69. RGB value is (66,108,105). Sum of RGB (Red+Green+Blue) = 66+108+105=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 105 (41.41% from 255 or 37.63% from 279); Max value from RGB is 108 - color contains mainly: green. Hex color #426C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426C69 is #BD9396. Grayscale: #5F5F5F. Windows color (decimal): -12424087 or 6908994. OLE color: 6908994.

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

Color convert

RGB 66 108 105 -
CMYK 0.39 0 0.03 0.58
HSL 175.71º 0.24% 0.34% -
HSV(B) 175.71º 0.39% 0.42% -
XYZ 10.16 12.9 15.32 -
YUV 95.1 133.59 107.24 -
System Red Green Blue C M Y K H S L
Decimal 66 108 105 0.39 0 0.03 0.58 175.71 0.24 0.34
Hex 42 6C 69 27 0 3 3A B0 18 22
Octal 102 154 151 47 0 3 72 260 30 42
Binary 1000010 1101100 1101001 100111 0 11 111010 10110000 11000 100010

Color Harmonies of #426C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426C69

Black with #426C69

Text Example


Text Example

White with #426C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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