Html Css Color HEX #4F7B5F Como

📋 copy color: '#4F7B5F'

red 79 ◦ green 123 ◦ blue 95

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

Shades of Como #4F7B5F

Tints of Como #4F7B5F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41.41%

 BLUE value IS 95 (37.5% from 255) = 31.99%

R = 26.6%
G = 41.41%
B = 31.99%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#4F7B5F (or 0x4F7B5F) is known color: Como. HEX triplet: 4F, 7B and 5F. RGB value is (79,123,95). Sum of RGB (Red+Green+Blue) = 79+123+95=297 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.60% from 297); Green value is 123 (48.44% from 255 or 41.41% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 123 - color contains mainly: green. Hex color #4F7B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7B5F is #B084A0. Grayscale: #6A6A6A. Windows color (decimal): -11568289 or 6257487. OLE color: 6257487.

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

Color convert

RGB 79 123 95 -
CMYK 0.36 0 0.23 0.52
HSL 141.82º 0.22% 0.4% -
HSV(B) 141.82º 0.36% 0.48% -
XYZ 12.37 16.65 13.39 -
YUV 106.65 121.42 108.28 -
System Red Green Blue C M Y K H S L
Decimal 79 123 95 0.36 0 0.23 0.52 141.82 0.22 0.4
Hex 4F 7B 5F 24 0 17 34 8E 16 28
Octal 117 173 137 44 0 27 64 216 26 50
Binary 1001111 1111011 1011111 100100 0 10111 110100 10001110 10110 101000

Color Harmonies of #4F7B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7B5F

Black with #4F7B5F

Text Example


Text Example

White with #4F7B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,123,95); }

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

background-color css

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

 a { background-color: rgb(79,123,95); }

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

border-color css

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

 span { border-color: rgb(79,123,95); }

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