Html Css Color HEX #4A8175 Dark Green Copper

📋 copy color: '#4A8175'

red 74 ◦ green 129 ◦ blue 117

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

Shades of Dark Green Copper #4A8175

Tints of Dark Green Copper #4A8175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.31%

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

R = 23.13%
G = 40.31%
B = 36.56%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#4A8175 (or 0x4A8175) is known color: Dark Green Copper. HEX triplet: 4A, 81 and 75. RGB value is (74,129,117). Sum of RGB (Red+Green+Blue) = 74+129+117=320 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.12% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 129 - color contains mainly: green. Hex color #4A8175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8175 is #B57E8A. Grayscale: #6F6F6F. Windows color (decimal): -11894411 or 7700810. OLE color: 7700810.

HSL color Cylindrical-coordinate representation of color #4A8175: hue angle of 166.91º 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 #4A8175 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 74 129 117 -
CMYK 0.43 0 0.09 0.49
HSL 166.91º 0.27% 0.4% -
HSV(B) 166.91º 0.43% 0.51% -
XYZ 13.89 18.44 19.66 -
YUV 111.19 131.28 101.48 -
System Red Green Blue C M Y K H S L
Decimal 74 129 117 0.43 0 0.09 0.49 166.91 0.27 0.4
Hex 4A 81 75 2B 0 9 31 A7 1B 28
Octal 112 201 165 53 0 11 61 247 33 50
Binary 1001010 10000001 1110101 101011 0 1001 110001 10100111 11011 101000

Color Harmonies of #4A8175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8175

Black with #4A8175

Text Example


Text Example

White with #4A8175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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