Html Css Color HEX #42746E Dark Green Copper

📋 copy color: '#42746E'

red 66 ◦ green 116 ◦ blue 110

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

Shades of Dark Green Copper #42746E

Tints of Dark Green Copper #42746E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.73%

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

R = 22.6%
G = 39.73%
B = 37.67%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#42746E (or 0x42746E) is known color: Dark Green Copper. HEX triplet: 42, 74 and 6E. RGB value is (66,116,110). Sum of RGB (Red+Green+Blue) = 66+116+110=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 116 - color contains mainly: green. Hex color #42746E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42746E is #BD8B91. Grayscale: #646464. Windows color (decimal): -12422034 or 7238722. OLE color: 7238722.

HSL color Cylindrical-coordinate representation of color #42746E: hue angle of 172.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #42746E is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 116 110 -
CMYK 0.43 0 0.05 0.55
HSL 172.8º 0.27% 0.36% -
HSV(B) 172.8º 0.43% 0.45% -
XYZ 11.31 14.77 17.01 -
YUV 100.37 133.44 103.49 -
System Red Green Blue C M Y K H S L
Decimal 66 116 110 0.43 0 0.05 0.55 172.8 0.27 0.36
Hex 42 74 6E 2B 0 5 37 AD 1B 24
Octal 102 164 156 53 0 5 67 255 33 44
Binary 1000010 1110100 1101110 101011 0 101 110111 10101101 11011 100100

Color Harmonies of #42746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42746E

Black with #42746E

Text Example


Text Example

White with #42746E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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