Html Css Color HEX #426962 Dark Green Copper

📋 copy color: '#426962'

red 66 ◦ green 105 ◦ blue 98

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

Shades of Dark Green Copper #426962

Tints of Dark Green Copper #426962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.43%

R = 24.54%
G = 39.03%
B = 36.43%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#426962 (or 0x426962) is known color: Dark Green Copper. HEX triplet: 42, 69 and 62. RGB value is (66,105,98). Sum of RGB (Red+Green+Blue) = 66+105+98=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 105 - color contains mainly: green. Hex color #426962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426962 is #BD969D. Grayscale: #5C5C5C. Windows color (decimal): -12424862 or 6449474. OLE color: 6449474.

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

Color convert

RGB 66 105 98 -
CMYK 0.37 0 0.07 0.59
HSL 169.23º 0.23% 0.34% -
HSV(B) 169.23º 0.37% 0.41% -
XYZ 9.5 12.14 13.4 -
YUV 92.54 131.08 109.07 -
System Red Green Blue C M Y K H S L
Decimal 66 105 98 0.37 0 0.07 0.59 169.23 0.23 0.34
Hex 42 69 62 25 0 7 3B A9 17 22
Octal 102 151 142 45 0 7 73 251 27 42
Binary 1000010 1101001 1100010 100101 0 111 111011 10101001 10111 100010

Color Harmonies of #426962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426962

Black with #426962

Text Example


Text Example

White with #426962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426962; }

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

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

background-color css

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

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

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

border-color css

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

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

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