Html Css Color HEX #4F8468 Como

📋 copy color: '#4F8468'

red 79 ◦ green 132 ◦ blue 104

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

Shades of Como #4F8468

Tints of Como #4F8468

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.9%

 BLUE value IS 104 (41.02% from 255) = 33.02%

R = 25.08%
G = 41.9%
B = 33.02%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#4F8468 (or 0x4F8468) is known color: Como. HEX triplet: 4F, 84 and 68. RGB value is (79,132,104). Sum of RGB (Red+Green+Blue) = 79+132+104=315 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.08% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 132 - color contains mainly: green. Hex color #4F8468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8468 is #B07B97. Grayscale: #717171. Windows color (decimal): -11565976 or 6849615. OLE color: 6849615.

HSL color Cylindrical-coordinate representation of color #4F8468: hue angle of 148.3º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F8468 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 79 132 104 -
CMYK 0.40 0 0.21 0.48
HSL 148.3º 0.25% 0.41% -
HSV(B) 148.3º 0.4% 0.52% -
XYZ 13.97 19.16 16.06 -
YUV 112.96 122.94 103.78 -
System Red Green Blue C M Y K H S L
Decimal 79 132 104 0.40 0 0.21 0.48 148.3 0.25 0.41
Hex 4F 84 68 28 0 15 30 94 19 29
Octal 117 204 150 50 0 25 60 224 31 51
Binary 1001111 10000100 1101000 101000 0 10101 110000 10010100 11001 101001

Color Harmonies of #4F8468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8468

Black with #4F8468

Text Example


Text Example

White with #4F8468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,132,104); }

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

background-color css

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

 a { background-color: rgb(79,132,104); }

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

border-color css

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

 span { border-color: rgb(79,132,104); }

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