Html Css Color HEX #4C736A Dark Green Copper

📋 copy color: '#4C736A'

red 76 ◦ green 115 ◦ blue 106

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

Shades of Dark Green Copper #4C736A

Tints of Dark Green Copper #4C736A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.69%

R = 25.59%
G = 38.72%
B = 35.69%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#4C736A (or 0x4C736A) is known color: Dark Green Copper. HEX triplet: 4C, 73 and 6A. RGB value is (76,115,106). Sum of RGB (Red+Green+Blue) = 76+115+106=297 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.59% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 115 - color contains mainly: green. Hex color #4C736A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C736A is #B38C95. Grayscale: #666666. Windows color (decimal): -11766934 or 6976332. OLE color: 6976332.

HSL color Cylindrical-coordinate representation of color #4C736A: hue angle of 166.15º 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 #4C736A is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 76 115 106 -
CMYK 0.34 0 0.08 0.55
HSL 166.15º 0.2% 0.37% -
HSV(B) 166.15º 0.34% 0.45% -
XYZ 11.71 14.84 15.88 -
YUV 102.31 130.08 109.23 -
System Red Green Blue C M Y K H S L
Decimal 76 115 106 0.34 0 0.08 0.55 166.15 0.2 0.37
Hex 4C 73 6A 22 0 8 37 A6 14 25
Octal 114 163 152 42 0 10 67 246 24 45
Binary 1001100 1110011 1101010 100010 0 1000 110111 10100110 10100 100101

Color Harmonies of #4C736A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C736A

Black with #4C736A

Text Example


Text Example

White with #4C736A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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