Html Css Color HEX #42796E Dark Green Copper

📋 copy color: '#42796E'

red 66 ◦ green 121 ◦ blue 110

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

Shades of Dark Green Copper #42796E

Tints of Dark Green Copper #42796E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.74%

 BLUE value IS 110 (43.36% from 255) = 37.04%

R = 22.22%
G = 40.74%
B = 37.04%

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

#42796E (or 0x42796E) is known color: Dark Green Copper. HEX triplet: 42, 79 and 6E. RGB value is (66,121,110). Sum of RGB (Red+Green+Blue) = 66+121+110=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 121 - color contains mainly: green. Hex color #42796E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42796E is #BD8691. Grayscale: #676767. Windows color (decimal): -12420754 or 7240002. OLE color: 7240002.

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

Color convert

RGB 66 121 110 -
CMYK 0.45 0 0.09 0.53
HSL 168º 0.29% 0.37% -
HSV(B) 168º 0.45% 0.47% -
XYZ 11.9 15.96 17.21 -
YUV 103.3 131.78 101.39 -
System Red Green Blue C M Y K H S L
Decimal 66 121 110 0.45 0 0.09 0.53 168 0.29 0.37
Hex 42 79 6E 2D 0 9 35 A8 1D 25
Octal 102 171 156 55 0 11 65 250 35 45
Binary 1000010 1111001 1101110 101101 0 1001 110101 10101000 11101 100101

Color Harmonies of #42796E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42796E

Black with #42796E

Text Example


Text Example

White with #42796E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42796E; }

 p { color: rgb(66,121,110); }

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

background-color css

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

 a { background-color: rgb(66,121,110); }

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

border-color css

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

 span { border-color: rgb(66,121,110); }

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