Html Css Color HEX #4F7566 Dark Green Copper

📋 copy color: '#4F7566'

red 79 ◦ green 117 ◦ blue 102

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

Shades of Dark Green Copper #4F7566

Tints of Dark Green Copper #4F7566

RGB

 RED value IS 79 (31.25% from 255) = 26.51%

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

 BLUE value IS 102 (40.23% from 255) = 34.23%

R = 26.51%
G = 39.26%
B = 34.23%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#4F7566 (or 0x4F7566) is known color: Dark Green Copper. HEX triplet: 4F, 75 and 66. RGB value is (79,117,102). Sum of RGB (Red+Green+Blue) = 79+117+102=298 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.51% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 117 - color contains mainly: green. Hex color #4F7566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7566 is #B08A99. Grayscale: #676767. Windows color (decimal): -11569818 or 6714703. OLE color: 6714703.

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

Color convert

RGB 79 117 102 -
CMYK 0.32 0 0.13 0.54
HSL 156.32º 0.19% 0.38% -
HSV(B) 156.32º 0.32% 0.46% -
XYZ 11.98 15.34 14.9 -
YUV 103.93 126.91 110.22 -
System Red Green Blue C M Y K H S L
Decimal 79 117 102 0.32 0 0.13 0.54 156.32 0.19 0.38
Hex 4F 75 66 20 0 D 36 9C 13 26
Octal 117 165 146 40 0 15 66 234 23 46
Binary 1001111 1110101 1100110 100000 0 1101 110110 10011100 10011 100110

Color Harmonies of #4F7566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7566

Black with #4F7566

Text Example


Text Example

White with #4F7566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,117,102); }

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

background-color css

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

 a { background-color: rgb(79,117,102); }

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

border-color css

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

 span { border-color: rgb(79,117,102); }

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