Html Css Color HEX #4C8175 Dark Green Copper

📋 copy color: '#4C8175'

red 76 ◦ green 129 ◦ blue 117

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

Shades of Dark Green Copper #4C8175

Tints of Dark Green Copper #4C8175

RGB

 RED value IS 76 (30.08% from 255) = 23.6%

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

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

R = 23.6%
G = 40.06%
B = 36.34%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#4C8175 (or 0x4C8175) is known color: Dark Green Copper. HEX triplet: 4C, 81 and 75. RGB value is (76,129,117). Sum of RGB (Red+Green+Blue) = 76+129+117=322 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.60% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 129 - color contains mainly: green. Hex color #4C8175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8175 is #B37E8A. Grayscale: #6F6F6F. Windows color (decimal): -11763339 or 7700812. OLE color: 7700812.

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

Color convert

RGB 76 129 117 -
CMYK 0.41 0 0.09 0.49
HSL 166.42º 0.26% 0.4% -
HSV(B) 166.42º 0.41% 0.51% -
XYZ 14.04 18.52 19.66 -
YUV 111.79 130.94 102.48 -
System Red Green Blue C M Y K H S L
Decimal 76 129 117 0.41 0 0.09 0.49 166.42 0.26 0.4
Hex 4C 81 75 29 0 9 31 A6 1A 28
Octal 114 201 165 51 0 11 61 246 32 50
Binary 1001100 10000001 1110101 101001 0 1001 110001 10100110 11010 101000

Color Harmonies of #4C8175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8175

Black with #4C8175

Text Example


Text Example

White with #4C8175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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