Html Css Color HEX #42776C Dark Green Copper

📋 copy color: '#42776C'

red 66 ◦ green 119 ◦ blue 108

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

Shades of Dark Green Copper #42776C

Tints of Dark Green Copper #42776C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.61%

 BLUE value IS 108 (42.58% from 255) = 36.86%

R = 22.53%
G = 40.61%
B = 36.86%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#42776C (or 0x42776C) is known color: Dark Green Copper. HEX triplet: 42, 77 and 6C. RGB value is (66,119,108). Sum of RGB (Red+Green+Blue) = 66+119+108=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 119 - color contains mainly: green. Hex color #42776C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42776C is #BD8893. Grayscale: #656565. Windows color (decimal): -12421268 or 7108418. OLE color: 7108418.

HSL color Cylindrical-coordinate representation of color #42776C: hue angle of 167.55º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #42776C is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 119 108 -
CMYK 0.45 0 0.09 0.53
HSL 167.55º 0.29% 0.36% -
HSV(B) 167.55º 0.45% 0.47% -
XYZ 11.55 15.43 16.56 -
YUV 101.9 131.44 102.39 -
System Red Green Blue C M Y K H S L
Decimal 66 119 108 0.45 0 0.09 0.53 167.55 0.29 0.36
Hex 42 77 6C 2D 0 9 35 A8 1D 24
Octal 102 167 154 55 0 11 65 250 35 44
Binary 1000010 1110111 1101100 101101 0 1001 110101 10101000 11101 100100

Color Harmonies of #42776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42776C

Black with #42776C

Text Example


Text Example

White with #42776C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42776C; }

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

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

background-color css

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

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

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

border-color css

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

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

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