Html Css Color HEX #4F8165 Como

📋 copy color: '#4F8165'

red 79 ◦ green 129 ◦ blue 101

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

Shades of Como #4F8165

Tints of Como #4F8165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.69%

R = 25.57%
G = 41.75%
B = 32.69%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#4F8165 (or 0x4F8165) is known color: Como. HEX triplet: 4F, 81 and 65. RGB value is (79,129,101). Sum of RGB (Red+Green+Blue) = 79+129+101=309 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.57% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 129 - color contains mainly: green. Hex color #4F8165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8165 is #B07E9A. Grayscale: #6E6E6E. Windows color (decimal): -11566747 or 6652239. OLE color: 6652239.

HSL color Cylindrical-coordinate representation of color #4F8165: hue angle of 146.4º 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 #4F8165 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 79 129 101 -
CMYK 0.39 0 0.22 0.49
HSL 146.4º 0.24% 0.41% -
HSV(B) 146.4º 0.39% 0.51% -
XYZ 13.42 18.3 15.14 -
YUV 110.86 122.44 105.28 -
System Red Green Blue C M Y K H S L
Decimal 79 129 101 0.39 0 0.22 0.49 146.4 0.24 0.41
Hex 4F 81 65 27 0 16 31 92 18 29
Octal 117 201 145 47 0 26 61 222 30 51
Binary 1001111 10000001 1100101 100111 0 10110 110001 10010010 11000 101001

Color Harmonies of #4F8165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8165

Black with #4F8165

Text Example


Text Example

White with #4F8165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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