Html Css Color HEX #426863 Dark Green Copper

📋 copy color: '#426863'

red 66 ◦ green 104 ◦ blue 99

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

Shades of Dark Green Copper #426863

Tints of Dark Green Copper #426863

RGB

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

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

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

R = 24.54%
G = 38.66%
B = 36.8%

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

#426863 (or 0x426863) is known color: Dark Green Copper. HEX triplet: 42, 68 and 63. RGB value is (66,104,99). Sum of RGB (Red+Green+Blue) = 66+104+99=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 104 (41.02% from 255 or 38.66% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 104 - color contains mainly: green. Hex color #426863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426863 is #BD979C. Grayscale: #5C5C5C. Windows color (decimal): -12425117 or 6514754. OLE color: 6514754.

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

Color convert

RGB 66 104 99 -
CMYK 0.37 0 0.05 0.59
HSL 172.11º 0.22% 0.33% -
HSV(B) 172.11º 0.37% 0.41% -
XYZ 9.45 11.96 13.61 -
YUV 92.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 66 104 99 0.37 0 0.05 0.59 172.11 0.22 0.33
Hex 42 68 63 25 0 5 3B AC 16 21
Octal 102 150 143 45 0 5 73 254 26 41
Binary 1000010 1101000 1100011 100101 0 101 111011 10101100 10110 100001

Color Harmonies of #426863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426863

Black with #426863

Text Example


Text Example

White with #426863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426863; }

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

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

background-color css

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

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

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

border-color css

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

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

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