Html Css Color HEX #42726A Dark Green Copper

📋 copy color: '#42726A'

red 66 ◦ green 114 ◦ blue 106

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

Shades of Dark Green Copper #42726A

Tints of Dark Green Copper #42726A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.86%

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

R = 23.08%
G = 39.86%
B = 37.06%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#42726A (or 0x42726A) is known color: Dark Green Copper. HEX triplet: 42, 72 and 6A. RGB value is (66,114,106). Sum of RGB (Red+Green+Blue) = 66+114+106=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 114 - color contains mainly: green. Hex color #42726A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42726A is #BD8D95. Grayscale: #626262. Windows color (decimal): -12422550 or 6976066. OLE color: 6976066.

HSL color Cylindrical-coordinate representation of color #42726A: hue angle of 170º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #42726A is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 114 106 -
CMYK 0.42 0 0.07 0.55
HSL 170º 0.27% 0.35% -
HSV(B) 170º 0.42% 0.45% -
XYZ 10.87 14.23 15.81 -
YUV 98.74 132.1 104.65 -
System Red Green Blue C M Y K H S L
Decimal 66 114 106 0.42 0 0.07 0.55 170 0.27 0.35
Hex 42 72 6A 2A 0 7 37 AA 1B 23
Octal 102 162 152 52 0 7 67 252 33 43
Binary 1000010 1110010 1101010 101010 0 111 110111 10101010 11011 100011

Color Harmonies of #42726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42726A

Black with #42726A

Text Example


Text Example

White with #42726A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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