Html Css Color HEX #4F825F Como

📋 copy color: '#4F825F'

red 79 ◦ green 130 ◦ blue 95

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

Shades of Como #4F825F

Tints of Como #4F825F

RGB

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

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

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

R = 25.99%
G = 42.76%
B = 31.25%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#4F825F (or 0x4F825F) is known color: Como. HEX triplet: 4F, 82 and 5F. RGB value is (79,130,95). Sum of RGB (Red+Green+Blue) = 79+130+95=304 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.99% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #4F825F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F825F is #B07DA0. Grayscale: #6E6E6E. Windows color (decimal): -11566497 or 6259279. OLE color: 6259279.

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

Color convert

RGB 79 130 95 -
CMYK 0.39 0 0.27 0.49
HSL 138.82º 0.24% 0.41% -
HSV(B) 138.82º 0.39% 0.51% -
XYZ 13.27 18.45 13.69 -
YUV 110.76 119.1 105.35 -
System Red Green Blue C M Y K H S L
Decimal 79 130 95 0.39 0 0.27 0.49 138.82 0.24 0.41
Hex 4F 82 5F 27 0 1B 31 8B 18 29
Octal 117 202 137 47 0 33 61 213 30 51
Binary 1001111 10000010 1011111 100111 0 11011 110001 10001011 11000 101001

Color Harmonies of #4F825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F825F

Black with #4F825F

Text Example


Text Example

White with #4F825F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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