Html Css Color HEX #4A8275 Dark Green Copper

📋 copy color: '#4A8275'

red 74 ◦ green 130 ◦ blue 117

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

Shades of Dark Green Copper #4A8275

Tints of Dark Green Copper #4A8275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.5%

 BLUE value IS 117 (46.09% from 255) = 36.45%

R = 23.05%
G = 40.5%
B = 36.45%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#4A8275 (or 0x4A8275) is known color: Dark Green Copper. HEX triplet: 4A, 82 and 75. RGB value is (74,130,117). Sum of RGB (Red+Green+Blue) = 74+130+117=321 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.05% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 130 - color contains mainly: green. Hex color #4A8275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8275 is #B57D8A. Grayscale: #6F6F6F. Windows color (decimal): -11894155 or 7701066. OLE color: 7701066.

HSL color Cylindrical-coordinate representation of color #4A8275: hue angle of 166.07º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A8275 is Cyan = 0.43, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 74 130 117 -
CMYK 0.43 0 0.1 0.49
HSL 166.07º 0.27% 0.4% -
HSV(B) 166.07º 0.43% 0.51% -
XYZ 14.02 18.71 19.7 -
YUV 111.77 130.95 101.06 -
System Red Green Blue C M Y K H S L
Decimal 74 130 117 0.43 0 0.1 0.49 166.07 0.27 0.4
Hex 4A 82 75 2B 0 A 31 A6 1B 28
Octal 112 202 165 53 0 12 61 246 33 50
Binary 1001010 10000010 1110101 101011 0 1010 110001 10100110 11011 101000

Color Harmonies of #4A8275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8275

Black with #4A8275

Text Example


Text Example

White with #4A8275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,130,117); }

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

background-color css

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

 a { background-color: rgb(74,130,117); }

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

border-color css

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

 span { border-color: rgb(74,130,117); }

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