Html Css Color HEX #4F7367 Dark Green Copper

📋 copy color: '#4F7367'

red 79 ◦ green 115 ◦ blue 103

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

Shades of Dark Green Copper #4F7367

Tints of Dark Green Copper #4F7367

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.72%

 BLUE value IS 103 (40.63% from 255) = 34.68%

R = 26.6%
G = 38.72%
B = 34.68%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#4F7367 (or 0x4F7367) is known color: Dark Green Copper. HEX triplet: 4F, 73 and 67. RGB value is (79,115,103). Sum of RGB (Red+Green+Blue) = 79+115+103=297 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.60% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 115 - color contains mainly: green. Hex color #4F7367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7367 is #B08C98. Grayscale: #666666. Windows color (decimal): -11570329 or 6779727. OLE color: 6779727.

HSL color Cylindrical-coordinate representation of color #4F7367: hue angle of 160º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F7367 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 79 115 103 -
CMYK 0.31 0 0.10 0.55
HSL 160º 0.19% 0.38% -
HSV(B) 160º 0.31% 0.45% -
XYZ 11.8 14.9 15.09 -
YUV 102.87 128.07 110.98 -
System Red Green Blue C M Y K H S L
Decimal 79 115 103 0.31 0 0.10 0.55 160 0.19 0.38
Hex 4F 73 67 1F 0 A 37 A0 13 26
Octal 117 163 147 37 0 12 67 240 23 46
Binary 1001111 1110011 1100111 11111 0 1010 110111 10100000 10011 100110

Color Harmonies of #4F7367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7367

Black with #4F7367

Text Example


Text Example

White with #4F7367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,115,103); }

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

background-color css

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

 a { background-color: rgb(79,115,103); }

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

border-color css

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

 span { border-color: rgb(79,115,103); }

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