Html Css Color HEX #426964 Dark Green Copper

📋 copy color: '#426964'

red 66 ◦ green 105 ◦ blue 100

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

Shades of Dark Green Copper #426964

Tints of Dark Green Copper #426964

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.75%

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

R = 24.35%
G = 38.75%
B = 36.9%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#426964 (or 0x426964) is known color: Dark Green Copper. HEX triplet: 42, 69 and 64. RGB value is (66,105,100). Sum of RGB (Red+Green+Blue) = 66+105+100=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 105 - color contains mainly: green. Hex color #426964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426964 is #BD969B. Grayscale: #5C5C5C. Windows color (decimal): -12424860 or 6580546. OLE color: 6580546.

HSL color Cylindrical-coordinate representation of color #426964: hue angle of 172.31º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #426964 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 105 100 -
CMYK 0.37 0 0.05 0.59
HSL 172.31º 0.23% 0.34% -
HSV(B) 172.31º 0.37% 0.41% -
XYZ 9.6 12.18 13.9 -
YUV 92.77 132.08 108.91 -
System Red Green Blue C M Y K H S L
Decimal 66 105 100 0.37 0 0.05 0.59 172.31 0.23 0.34
Hex 42 69 64 25 0 5 3B AC 17 22
Octal 102 151 144 45 0 5 73 254 27 42
Binary 1000010 1101001 1100100 100101 0 101 111011 10101100 10111 100010

Color Harmonies of #426964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426964

Black with #426964

Text Example


Text Example

White with #426964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426964; }

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

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

background-color css

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

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

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

border-color css

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

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

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