Html Css Color HEX #4F7568 Dark Green Copper

📋 copy color: '#4F7568'

red 79 ◦ green 117 ◦ blue 104

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

Shades of Dark Green Copper #4F7568

Tints of Dark Green Copper #4F7568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.67%

R = 26.33%
G = 39%
B = 34.67%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#4F7568 (or 0x4F7568) is known color: Dark Green Copper. HEX triplet: 4F, 75 and 68. RGB value is (79,117,104). Sum of RGB (Red+Green+Blue) = 79+117+104=300 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.33% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 117 - color contains mainly: green. Hex color #4F7568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7568 is #B08A97. Grayscale: #686868. Windows color (decimal): -11569816 or 6845775. OLE color: 6845775.

HSL color Cylindrical-coordinate representation of color #4F7568: hue angle of 159.47º 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 #4F7568 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 79 117 104 -
CMYK 0.32 0 0.11 0.54
HSL 159.47º 0.19% 0.38% -
HSV(B) 159.47º 0.32% 0.46% -
XYZ 12.08 15.38 15.43 -
YUV 104.16 127.91 110.06 -
System Red Green Blue C M Y K H S L
Decimal 79 117 104 0.32 0 0.11 0.54 159.47 0.19 0.38
Hex 4F 75 68 20 0 B 36 9F 13 26
Octal 117 165 150 40 0 13 66 237 23 46
Binary 1001111 1110101 1101000 100000 0 1011 110110 10011111 10011 100110

Color Harmonies of #4F7568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7568

Black with #4F7568

Text Example


Text Example

White with #4F7568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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