Html Css Color HEX #4C736C Dark Green Copper

📋 copy color: '#4C736C'

red 76 ◦ green 115 ◦ blue 108

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

Shades of Dark Green Copper #4C736C

Tints of Dark Green Copper #4C736C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.12%

R = 25.42%
G = 38.46%
B = 36.12%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#4C736C (or 0x4C736C) is known color: Dark Green Copper. HEX triplet: 4C, 73 and 6C. RGB value is (76,115,108). Sum of RGB (Red+Green+Blue) = 76+115+108=299 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.42% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 115 - color contains mainly: green. Hex color #4C736C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C736C is #B38C93. Grayscale: #666666. Windows color (decimal): -11766932 or 7107404. OLE color: 7107404.

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

Color convert

RGB 76 115 108 -
CMYK 0.34 0 0.06 0.55
HSL 169.23º 0.2% 0.37% -
HSV(B) 169.23º 0.34% 0.45% -
XYZ 11.82 14.88 16.44 -
YUV 102.54 131.08 109.07 -
System Red Green Blue C M Y K H S L
Decimal 76 115 108 0.34 0 0.06 0.55 169.23 0.2 0.37
Hex 4C 73 6C 22 0 6 37 A9 14 25
Octal 114 163 154 42 0 6 67 251 24 45
Binary 1001100 1110011 1101100 100010 0 110 110111 10101001 10100 100101

Color Harmonies of #4C736C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C736C

Black with #4C736C

Text Example


Text Example

White with #4C736C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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