Html Css Color HEX #42776A Dark Green Copper

📋 copy color: '#42776A'

red 66 ◦ green 119 ◦ blue 106

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

Shades of Dark Green Copper #42776A

Tints of Dark Green Copper #42776A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.43%

R = 22.68%
G = 40.89%
B = 36.43%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#42776A (or 0x42776A) is known color: Dark Green Copper. HEX triplet: 42, 77 and 6A. RGB value is (66,119,106). Sum of RGB (Red+Green+Blue) = 66+119+106=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 119 - color contains mainly: green. Hex color #42776A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42776A is #BD8895. Grayscale: #656565. Windows color (decimal): -12421270 or 6977346. OLE color: 6977346.

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

Color convert

RGB 66 119 106 -
CMYK 0.45 0 0.11 0.53
HSL 165.28º 0.29% 0.36% -
HSV(B) 165.28º 0.45% 0.47% -
XYZ 11.45 15.39 16 -
YUV 101.67 130.44 102.56 -
System Red Green Blue C M Y K H S L
Decimal 66 119 106 0.45 0 0.11 0.53 165.28 0.29 0.36
Hex 42 77 6A 2D 0 B 35 A5 1D 24
Octal 102 167 152 55 0 13 65 245 35 44
Binary 1000010 1110111 1101010 101101 0 1011 110101 10100101 11101 100100

Color Harmonies of #42776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42776A

Black with #42776A

Text Example


Text Example

White with #42776A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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