Html Css Color HEX #4F7C5D Como

📋 copy color: '#4F7C5D'

red 79 ◦ green 124 ◦ blue 93

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

Shades of Como #4F7C5D

Tints of Como #4F7C5D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.89%

 BLUE value IS 93 (36.72% from 255) = 31.42%

R = 26.69%
G = 41.89%
B = 31.42%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#4F7C5D (or 0x4F7C5D) is known color: Como. HEX triplet: 4F, 7C and 5D. RGB value is (79,124,93). Sum of RGB (Red+Green+Blue) = 79+124+93=296 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.69% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 124 - color contains mainly: green. Hex color #4F7C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7C5D is #B083A2. Grayscale: #6B6B6B. Windows color (decimal): -11568035 or 6126671. OLE color: 6126671.

HSL color Cylindrical-coordinate representation of color #4F7C5D: hue angle of 138.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4F7C5D is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 79 124 93 -
CMYK 0.36 0 0.25 0.51
HSL 138.67º 0.22% 0.4% -
HSV(B) 138.67º 0.36% 0.49% -
XYZ 12.41 16.87 12.96 -
YUV 107.01 120.09 108.02 -
System Red Green Blue C M Y K H S L
Decimal 79 124 93 0.36 0 0.25 0.51 138.67 0.22 0.4
Hex 4F 7C 5D 24 0 19 33 8B 16 28
Octal 117 174 135 44 0 31 63 213 26 50
Binary 1001111 1111100 1011101 100100 0 11001 110011 10001011 10110 101000

Color Harmonies of #4F7C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7C5D

Black with #4F7C5D

Text Example


Text Example

White with #4F7C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,124,93); }

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

background-color css

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

 a { background-color: rgb(79,124,93); }

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

border-color css

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

 span { border-color: rgb(79,124,93); }

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