Html Css Color HEX #4C756B Dark Green Copper

📋 copy color: '#4C756B'

red 76 ◦ green 117 ◦ blue 107

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

Shades of Dark Green Copper #4C756B

Tints of Dark Green Copper #4C756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39%

 BLUE value IS 107 (42.19% from 255) = 35.67%

R = 25.33%
G = 39%
B = 35.67%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#4C756B (or 0x4C756B) is known color: Dark Green Copper. HEX triplet: 4C, 75 and 6B. RGB value is (76,117,107). Sum of RGB (Red+Green+Blue) = 76+117+107=300 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.33% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 117 - color contains mainly: green. Hex color #4C756B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C756B is #B38A94. Grayscale: #676767. Windows color (decimal): -11766421 or 7042380. OLE color: 7042380.

HSL color Cylindrical-coordinate representation of color #4C756B: hue angle of 165.37º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4C756B is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 76 117 107 -
CMYK 0.35 0 0.09 0.54
HSL 165.37º 0.21% 0.38% -
HSV(B) 165.37º 0.35% 0.46% -
XYZ 12 15.32 16.23 -
YUV 103.6 129.92 108.31 -
System Red Green Blue C M Y K H S L
Decimal 76 117 107 0.35 0 0.09 0.54 165.37 0.21 0.38
Hex 4C 75 6B 23 0 9 36 A5 15 26
Octal 114 165 153 43 0 11 66 245 25 46
Binary 1001100 1110101 1101011 100011 0 1001 110110 10100101 10101 100110

Color Harmonies of #4C756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C756B

Black with #4C756B

Text Example


Text Example

White with #4C756B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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