Html Css Color HEX #4A6C63 Dark Green Copper

📋 copy color: '#4A6C63'

red 74 ◦ green 108 ◦ blue 99

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

Shades of Dark Green Copper #4A6C63

Tints of Dark Green Copper #4A6C63

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.43%

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

R = 26.33%
G = 38.43%
B = 35.23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#4A6C63 (or 0x4A6C63) is known color: Dark Green Copper. HEX triplet: 4A, 6C and 63. RGB value is (74,108,99). Sum of RGB (Red+Green+Blue) = 74+108+99=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 108 (42.58% from 255 or 38.43% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 108 - color contains mainly: green. Hex color #4A6C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6C63 is #B5939C. Grayscale: #606060. Windows color (decimal): -11899805 or 6515786. OLE color: 6515786.

HSL color Cylindrical-coordinate representation of color #4A6C63: hue angle of 164.12º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A6C63 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 74 108 99 -
CMYK 0.31 0 0.08 0.58
HSL 164.12º 0.19% 0.36% -
HSV(B) 164.12º 0.31% 0.42% -
XYZ 10.44 13.08 13.78 -
YUV 96.81 129.24 111.73 -
System Red Green Blue C M Y K H S L
Decimal 74 108 99 0.31 0 0.08 0.58 164.12 0.19 0.36
Hex 4A 6C 63 1F 0 8 3A A4 13 24
Octal 112 154 143 37 0 10 72 244 23 44
Binary 1001010 1101100 1100011 11111 0 1000 111010 10100100 10011 100100

Color Harmonies of #4A6C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6C63

Black with #4A6C63

Text Example


Text Example

White with #4A6C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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