Html Css Color HEX #4A6F63 Dark Green Copper

📋 copy color: '#4A6F63'

red 74 ◦ green 111 ◦ blue 99

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

Shades of Dark Green Copper #4A6F63

Tints of Dark Green Copper #4A6F63

RGB

 RED value IS 74 (29.3% from 255) = 26.06%

 GREEN value IS 111 (43.75% from 255) = 39.08%

 BLUE value IS 99 (39.06% from 255) = 34.86%

R = 26.06%
G = 39.08%
B = 34.86%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#4A6F63 (or 0x4A6F63) is known color: Dark Green Copper. HEX triplet: 4A, 6F and 63. RGB value is (74,111,99). Sum of RGB (Red+Green+Blue) = 74+111+99=284 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.06% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 111 - color contains mainly: green. Hex color #4A6F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6F63 is #B5909C. Grayscale: #626262. Windows color (decimal): -11899037 or 6516554. OLE color: 6516554.

HSL color Cylindrical-coordinate representation of color #4A6F63: hue angle of 160.54º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4A6F63 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 111 99 -
CMYK 0.33 0 0.11 0.56
HSL 160.54º 0.2% 0.36% -
HSV(B) 160.54º 0.33% 0.44% -
XYZ 10.76 13.73 13.89 -
YUV 98.57 128.24 110.48 -
System Red Green Blue C M Y K H S L
Decimal 74 111 99 0.33 0 0.11 0.56 160.54 0.2 0.36
Hex 4A 6F 63 21 0 B 38 A1 14 24
Octal 112 157 143 41 0 13 70 241 24 44
Binary 1001010 1101111 1100011 100001 0 1011 111000 10100001 10100 100100

Color Harmonies of #4A6F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6F63

Black with #4A6F63

Text Example


Text Example

White with #4A6F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A6F63; }

 p { color: rgb(74,111,99); }

 H1.HeaderClassName
 {
   color: #4A6F63;
 }
 .AnyTagClassName
 {
   color: #4A6F63;
 }
</style>

background-color css

<style>
 a { background-color: #4A6F63; }

 a { background-color: rgb(74,111,99); }

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

border-color css

<style>
 span { border-color: #4A6F63; }

 span { border-color: rgb(74,111,99); }

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