Html Css Color HEX #426963 Dark Green Copper

📋 copy color: '#426963'

red 66 ◦ green 105 ◦ blue 99

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

Shades of Dark Green Copper #426963

Tints of Dark Green Copper #426963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 36.67%

R = 24.44%
G = 38.89%
B = 36.67%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#426963 (or 0x426963) is known color: Dark Green Copper. HEX triplet: 42, 69 and 63. RGB value is (66,105,99). Sum of RGB (Red+Green+Blue) = 66+105+99=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 105 - color contains mainly: green. Hex color #426963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426963 is #BD969C. Grayscale: #5C5C5C. Windows color (decimal): -12424861 or 6515010. OLE color: 6515010.

HSL color Cylindrical-coordinate representation of color #426963: hue angle of 170.77º 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 #426963 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 105 99 -
CMYK 0.37 0 0.06 0.59
HSL 170.77º 0.23% 0.34% -
HSV(B) 170.77º 0.37% 0.41% -
XYZ 9.55 12.16 13.65 -
YUV 92.66 131.58 108.99 -
System Red Green Blue C M Y K H S L
Decimal 66 105 99 0.37 0 0.06 0.59 170.77 0.23 0.34
Hex 42 69 63 25 0 6 3B AB 17 22
Octal 102 151 143 45 0 6 73 253 27 42
Binary 1000010 1101001 1100011 100101 0 110 111011 10101011 10111 100010

Color Harmonies of #426963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426963

Black with #426963

Text Example


Text Example

White with #426963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426963; }

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

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

background-color css

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

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

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

border-color css

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

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

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