Html Css Color HEX #42716A Dark Green Copper

📋 copy color: '#42716A'

red 66 ◦ green 113 ◦ blue 106

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

Shades of Dark Green Copper #42716A

Tints of Dark Green Copper #42716A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.65%

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

R = 23.16%
G = 39.65%
B = 37.19%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#42716A (or 0x42716A) is known color: Dark Green Copper. HEX triplet: 42, 71 and 6A. RGB value is (66,113,106). Sum of RGB (Red+Green+Blue) = 66+113+106=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 113 - color contains mainly: green. Hex color #42716A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42716A is #BD8E95. Grayscale: #626262. Windows color (decimal): -12422806 or 6975810. OLE color: 6975810.

HSL color Cylindrical-coordinate representation of color #42716A: hue angle of 171.06º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #42716A is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 113 106 -
CMYK 0.42 0 0.06 0.56
HSL 171.06º 0.26% 0.35% -
HSV(B) 171.06º 0.42% 0.44% -
XYZ 10.75 14.01 15.77 -
YUV 98.15 132.43 105.07 -
System Red Green Blue C M Y K H S L
Decimal 66 113 106 0.42 0 0.06 0.56 171.06 0.26 0.35
Hex 42 71 6A 2A 0 6 38 AB 1A 23
Octal 102 161 152 52 0 6 70 253 32 43
Binary 1000010 1110001 1101010 101010 0 110 111000 10101011 11010 100011

Color Harmonies of #42716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42716A

Black with #42716A

Text Example


Text Example

White with #42716A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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