Html Css Color HEX #4F815D Como

📋 copy color: '#4F815D'

red 79 ◦ green 129 ◦ blue 93

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

Shades of Como #4F815D

Tints of Como #4F815D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.86%

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

R = 26.25%
G = 42.86%
B = 30.9%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#4F815D (or 0x4F815D) is known color: Como. HEX triplet: 4F, 81 and 5D. RGB value is (79,129,93). Sum of RGB (Red+Green+Blue) = 79+129+93=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 129 - color contains mainly: green. Hex color #4F815D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F815D is #B07EA2. Grayscale: #6E6E6E. Windows color (decimal): -11566755 or 6127951. OLE color: 6127951.

HSL color Cylindrical-coordinate representation of color #4F815D: hue angle of 136.8º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F815D is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 79 129 93 -
CMYK 0.39 0 0.28 0.49
HSL 136.8º 0.24% 0.41% -
HSV(B) 136.8º 0.39% 0.51% -
XYZ 13.05 18.15 13.17 -
YUV 109.95 118.44 105.93 -
System Red Green Blue C M Y K H S L
Decimal 79 129 93 0.39 0 0.28 0.49 136.8 0.24 0.41
Hex 4F 81 5D 27 0 1C 31 89 18 29
Octal 117 201 135 47 0 34 61 211 30 51
Binary 1001111 10000001 1011101 100111 0 11100 110001 10001001 11000 101001

Color Harmonies of #4F815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F815D

Black with #4F815D

Text Example


Text Example

White with #4F815D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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