Html Css Color HEX #4C7369 Dark Green Copper

📋 copy color: '#4C7369'

red 76 ◦ green 115 ◦ blue 105

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

Shades of Dark Green Copper #4C7369

Tints of Dark Green Copper #4C7369

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.85%

 BLUE value IS 105 (41.41% from 255) = 35.47%

R = 25.68%
G = 38.85%
B = 35.47%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#4C7369 (or 0x4C7369) is known color: Dark Green Copper. HEX triplet: 4C, 73 and 69. RGB value is (76,115,105). Sum of RGB (Red+Green+Blue) = 76+115+105=296 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.68% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 115 - color contains mainly: green. Hex color #4C7369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7369 is #B38C96. Grayscale: #666666. Windows color (decimal): -11766935 or 6910796. OLE color: 6910796.

HSL color Cylindrical-coordinate representation of color #4C7369: hue angle of 164.62º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4C7369 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 76 115 105 -
CMYK 0.34 0 0.09 0.55
HSL 164.62º 0.2% 0.37% -
HSV(B) 164.62º 0.34% 0.45% -
XYZ 11.66 14.82 15.61 -
YUV 102.2 129.58 109.31 -
System Red Green Blue C M Y K H S L
Decimal 76 115 105 0.34 0 0.09 0.55 164.62 0.2 0.37
Hex 4C 73 69 22 0 9 37 A5 14 25
Octal 114 163 151 42 0 11 67 245 24 45
Binary 1001100 1110011 1101001 100010 0 1001 110111 10100101 10100 100101

Color Harmonies of #4C7369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7369

Black with #4C7369

Text Example


Text Example

White with #4C7369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,115,105); }

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

background-color css

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

 a { background-color: rgb(76,115,105); }

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

border-color css

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

 span { border-color: rgb(76,115,105); }

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