Html Css Color HEX #4C6964 Dark Green Copper

📋 copy color: '#4C6964'

red 76 ◦ green 105 ◦ blue 100

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

Shades of Dark Green Copper #4C6964

Tints of Dark Green Copper #4C6964

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.37%

 BLUE value IS 100 (39.45% from 255) = 35.59%

R = 27.05%
G = 37.37%
B = 35.59%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#4C6964 (or 0x4C6964) is known color: Dark Green Copper. HEX triplet: 4C, 69 and 64. RGB value is (76,105,100). Sum of RGB (Red+Green+Blue) = 76+105+100=281 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.05% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 105 - color contains mainly: green. Hex color #4C6964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6964 is #B3969B. Grayscale: #5F5F5F. Windows color (decimal): -11769500 or 6580556. OLE color: 6580556.

HSL color Cylindrical-coordinate representation of color #4C6964: hue angle of 169.66º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4C6964 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB 76 105 100 -
CMYK 0.28 0 0.05 0.59
HSL 169.66º 0.16% 0.35% -
HSV(B) 169.66º 0.28% 0.41% -
XYZ 10.33 12.56 13.94 -
YUV 95.76 130.39 113.91 -
System Red Green Blue C M Y K H S L
Decimal 76 105 100 0.28 0 0.05 0.59 169.66 0.16 0.35
Hex 4C 69 64 1C 0 5 3B AA 10 23
Octal 114 151 144 34 0 5 73 252 20 43
Binary 1001100 1101001 1100100 11100 0 101 111011 10101010 10000 100011

Color Harmonies of #4C6964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6964

Black with #4C6964

Text Example


Text Example

White with #4C6964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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