Html Css Color HEX #4F825C Como

📋 copy color: '#4F825C'

red 79 ◦ green 130 ◦ blue 92

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

Shades of Como #4F825C

Tints of Como #4F825C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.56%

R = 26.25%
G = 43.19%
B = 30.56%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#4F825C (or 0x4F825C) is known color: Como. HEX triplet: 4F, 82 and 5C. RGB value is (79,130,92). Sum of RGB (Red+Green+Blue) = 79+130+92=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #4F825C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F825C is #B07DA3. Grayscale: #6E6E6E. Windows color (decimal): -11566500 or 6062671. OLE color: 6062671.

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

Color convert

RGB 79 130 92 -
CMYK 0.39 0 0.29 0.49
HSL 135.29º 0.24% 0.41% -
HSV(B) 135.29º 0.39% 0.51% -
XYZ 13.14 18.4 12.98 -
YUV 110.42 117.6 105.59 -
System Red Green Blue C M Y K H S L
Decimal 79 130 92 0.39 0 0.29 0.49 135.29 0.24 0.41
Hex 4F 82 5C 27 0 1D 31 87 18 29
Octal 117 202 134 47 0 35 61 207 30 51
Binary 1001111 10000010 1011100 100111 0 11101 110001 10000111 11000 101001

Color Harmonies of #4F825C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F825C

Black with #4F825C

Text Example


Text Example

White with #4F825C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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