Html Css Color HEX #426862 Dark Green Copper

📋 copy color: '#426862'

red 66 ◦ green 104 ◦ blue 98

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

Shades of Dark Green Copper #426862

Tints of Dark Green Copper #426862

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.81%

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

R = 24.63%
G = 38.81%
B = 36.57%

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

#426862 (or 0x426862) is known color: Dark Green Copper. HEX triplet: 42, 68 and 62. RGB value is (66,104,98). Sum of RGB (Red+Green+Blue) = 66+104+98=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 104 - color contains mainly: green. Hex color #426862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426862 is #BD979D. Grayscale: #5B5B5B. Windows color (decimal): -12425118 or 6449218. OLE color: 6449218.

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

Color convert

RGB 66 104 98 -
CMYK 0.37 0 0.06 0.59
HSL 170.53º 0.22% 0.33% -
HSV(B) 170.53º 0.37% 0.41% -
XYZ 9.4 11.94 13.36 -
YUV 91.95 131.41 109.49 -
System Red Green Blue C M Y K H S L
Decimal 66 104 98 0.37 0 0.06 0.59 170.53 0.22 0.33
Hex 42 68 62 25 0 6 3B AB 16 21
Octal 102 150 142 45 0 6 73 253 26 41
Binary 1000010 1101000 1100010 100101 0 110 111011 10101011 10110 100001

Color Harmonies of #426862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426862

Black with #426862

Text Example


Text Example

White with #426862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426862; }

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

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

background-color css

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

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

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

border-color css

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

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

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