Html Css Color HEX #428177 Dark Green Copper

📋 copy color: '#428177'

red 66 ◦ green 129 ◦ blue 119

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

Shades of Dark Green Copper #428177

Tints of Dark Green Copper #428177

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.08%

 BLUE value IS 119 (46.88% from 255) = 37.9%

R = 21.02%
G = 41.08%
B = 37.9%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#428177 (or 0x428177) is known color: Dark Green Copper. HEX triplet: 42, 81 and 77. RGB value is (66,129,119). Sum of RGB (Red+Green+Blue) = 66+129+119=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 129 - color contains mainly: green. Hex color #428177 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428177 is #BD7E88. Grayscale: #6D6D6D. Windows color (decimal): -12418697 or 7831874. OLE color: 7831874.

HSL color Cylindrical-coordinate representation of color #428177: hue angle of 170.48º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #428177 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 129 119 -
CMYK 0.49 0 0.08 0.49
HSL 170.48º 0.32% 0.38% -
HSV(B) 170.48º 0.49% 0.51% -
XYZ 13.43 18.19 20.26 -
YUV 109.02 133.63 97.31 -
System Red Green Blue C M Y K H S L
Decimal 66 129 119 0.49 0 0.08 0.49 170.48 0.32 0.38
Hex 42 81 77 31 0 8 31 AA 20 26
Octal 102 201 167 61 0 10 61 252 40 46
Binary 1000010 10000001 1110111 110001 0 1000 110001 10101010 100000 100110

Color Harmonies of #428177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428177

Black with #428177

Text Example


Text Example

White with #428177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428177; }

 p { color: rgb(66,129,119); }

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

background-color css

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

 a { background-color: rgb(66,129,119); }

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

border-color css

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

 span { border-color: rgb(66,129,119); }

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