Html Css Color HEX #42786D Dark Green Copper

📋 copy color: '#42786D'

red 66 ◦ green 120 ◦ blue 109

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

Shades of Dark Green Copper #42786D

Tints of Dark Green Copper #42786D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.68%

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

R = 22.37%
G = 40.68%
B = 36.95%

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

#42786D (or 0x42786D) is known color: Dark Green Copper. HEX triplet: 42, 78 and 6D. RGB value is (66,120,109). Sum of RGB (Red+Green+Blue) = 66+120+109=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 120 - color contains mainly: green. Hex color #42786D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42786D is #BD8792. Grayscale: #666666. Windows color (decimal): -12421011 or 7174210. OLE color: 7174210.

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

Color convert

RGB 66 120 109 -
CMYK 0.45 0 0.09 0.53
HSL 167.78º 0.29% 0.36% -
HSV(B) 167.78º 0.45% 0.47% -
XYZ 11.72 15.7 16.88 -
YUV 102.6 131.61 101.89 -
System Red Green Blue C M Y K H S L
Decimal 66 120 109 0.45 0 0.09 0.53 167.78 0.29 0.36
Hex 42 78 6D 2D 0 9 35 A8 1D 24
Octal 102 170 155 55 0 11 65 250 35 44
Binary 1000010 1111000 1101101 101101 0 1001 110101 10101000 11101 100100

Color Harmonies of #42786D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42786D

Black with #42786D

Text Example


Text Example

White with #42786D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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