Html Css Color HEX #42776B Dark Green Copper

📋 copy color: '#42776B'

red 66 ◦ green 119 ◦ blue 107

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

Shades of Dark Green Copper #42776B

Tints of Dark Green Copper #42776B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.64%

R = 22.6%
G = 40.75%
B = 36.64%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#42776B (or 0x42776B) is known color: Dark Green Copper. HEX triplet: 42, 77 and 6B. RGB value is (66,119,107). Sum of RGB (Red+Green+Blue) = 66+119+107=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 119 - color contains mainly: green. Hex color #42776B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42776B is #BD8894. Grayscale: #656565. Windows color (decimal): -12421269 or 7042882. OLE color: 7042882.

HSL color Cylindrical-coordinate representation of color #42776B: hue angle of 166.42º 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 #42776B is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 119 107 -
CMYK 0.45 0 0.10 0.53
HSL 166.42º 0.29% 0.36% -
HSV(B) 166.42º 0.45% 0.47% -
XYZ 11.5 15.41 16.28 -
YUV 101.79 130.94 102.48 -
System Red Green Blue C M Y K H S L
Decimal 66 119 107 0.45 0 0.10 0.53 166.42 0.29 0.36
Hex 42 77 6B 2D 0 A 35 A6 1D 24
Octal 102 167 153 55 0 12 65 246 35 44
Binary 1000010 1110111 1101011 101101 0 1010 110101 10100110 11101 100100

Color Harmonies of #42776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42776B

Black with #42776B

Text Example


Text Example

White with #42776B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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