Html Css Color HEX #4C7265 Dark Green Copper

📋 copy color: '#4C7265'

red 76 ◦ green 114 ◦ blue 101

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

Shades of Dark Green Copper #4C7265

Tints of Dark Green Copper #4C7265

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.18%

 BLUE value IS 101 (39.84% from 255) = 34.71%

R = 26.12%
G = 39.18%
B = 34.71%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#4C7265 (or 0x4C7265) is known color: Dark Green Copper. HEX triplet: 4C, 72 and 65. RGB value is (76,114,101). Sum of RGB (Red+Green+Blue) = 76+114+101=291 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.12% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 114 - color contains mainly: green. Hex color #4C7265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7265 is #B38D9A. Grayscale: #656565. Windows color (decimal): -11767195 or 6648396. OLE color: 6648396.

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

Color convert

RGB 76 114 101 -
CMYK 0.33 0 0.11 0.55
HSL 159.47º 0.2% 0.37% -
HSV(B) 159.47º 0.33% 0.45% -
XYZ 11.35 14.51 14.51 -
YUV 101.16 127.91 110.06 -
System Red Green Blue C M Y K H S L
Decimal 76 114 101 0.33 0 0.11 0.55 159.47 0.2 0.37
Hex 4C 72 65 21 0 B 37 9F 14 25
Octal 114 162 145 41 0 13 67 237 24 45
Binary 1001100 1110010 1100101 100001 0 1011 110111 10011111 10100 100101

Color Harmonies of #4C7265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7265

Black with #4C7265

Text Example


Text Example

White with #4C7265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,114,101); }

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

background-color css

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

 a { background-color: rgb(76,114,101); }

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

border-color css

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

 span { border-color: rgb(76,114,101); }

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