Html Css Color HEX #4F8262 Como

📋 copy color: '#4F8262'

red 79 ◦ green 130 ◦ blue 98

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

Shades of Como #4F8262

Tints of Como #4F8262

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.35%

 BLUE value IS 98 (38.67% from 255) = 31.92%

R = 25.73%
G = 42.35%
B = 31.92%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#4F8262 (or 0x4F8262) is known color: Como. HEX triplet: 4F, 82 and 62. RGB value is (79,130,98). Sum of RGB (Red+Green+Blue) = 79+130+98=307 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.73% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #4F8262 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8262 is #B07D9D. Grayscale: #6F6F6F. Windows color (decimal): -11566494 or 6455887. OLE color: 6455887.

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

Color convert

RGB 79 130 98 -
CMYK 0.39 0 0.25 0.49
HSL 142.35º 0.24% 0.41% -
HSV(B) 142.35º 0.39% 0.51% -
XYZ 13.41 18.51 14.42 -
YUV 111.1 120.6 105.1 -
System Red Green Blue C M Y K H S L
Decimal 79 130 98 0.39 0 0.25 0.49 142.35 0.24 0.41
Hex 4F 82 62 27 0 19 31 8E 18 29
Octal 117 202 142 47 0 31 61 216 30 51
Binary 1001111 10000010 1100010 100111 0 11001 110001 10001110 11000 101001

Color Harmonies of #4F8262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8262

Black with #4F8262

Text Example


Text Example

White with #4F8262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,130,98); }

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

background-color css

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

 a { background-color: rgb(79,130,98); }

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

border-color css

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

 span { border-color: rgb(79,130,98); }

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