Html Css Color HEX #42716D Dark Green Copper

📋 copy color: '#42716D'

red 66 ◦ green 113 ◦ blue 109

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

Shades of Dark Green Copper #42716D

Tints of Dark Green Copper #42716D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.85%

R = 22.92%
G = 39.24%
B = 37.85%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#42716D (or 0x42716D) is known color: Dark Green Copper. HEX triplet: 42, 71 and 6D. RGB value is (66,113,109). Sum of RGB (Red+Green+Blue) = 66+113+109=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #42716D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42716D is #BD8E92. Grayscale: #626262. Windows color (decimal): -12422803 or 7172418. OLE color: 7172418.

HSL color Cylindrical-coordinate representation of color #42716D: hue angle of 174.89º 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 #42716D is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 113 109 -
CMYK 0.42 0 0.04 0.56
HSL 174.89º 0.26% 0.35% -
HSV(B) 174.89º 0.42% 0.44% -
XYZ 10.91 14.07 16.61 -
YUV 98.49 133.93 104.83 -
System Red Green Blue C M Y K H S L
Decimal 66 113 109 0.42 0 0.04 0.56 174.89 0.26 0.35
Hex 42 71 6D 2A 0 4 38 AF 1A 23
Octal 102 161 155 52 0 4 70 257 32 43
Binary 1000010 1110001 1101101 101010 0 100 111000 10101111 11010 100011

Color Harmonies of #42716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42716D

Black with #42716D

Text Example


Text Example

White with #42716D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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