Html Css Color HEX #4F7D5D Como

📋 copy color: '#4F7D5D'

red 79 ◦ green 125 ◦ blue 93

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

Shades of Como #4F7D5D

Tints of Como #4F7D5D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.09%

 BLUE value IS 93 (36.72% from 255) = 31.31%

R = 26.6%
G = 42.09%
B = 31.31%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#4F7D5D (or 0x4F7D5D) is known color: Como. HEX triplet: 4F, 7D and 5D. RGB value is (79,125,93). Sum of RGB (Red+Green+Blue) = 79+125+93=297 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.60% from 297); Green value is 125 (49.22% from 255 or 42.09% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 125 - color contains mainly: green. Hex color #4F7D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7D5D is #B082A2. Grayscale: #6B6B6B. Windows color (decimal): -11567779 or 6126927. OLE color: 6126927.

HSL color Cylindrical-coordinate representation of color #4F7D5D: hue angle of 138.26º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4F7D5D is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB 79 125 93 -
CMYK 0.37 0 0.26 0.51
HSL 138.26º 0.23% 0.4% -
HSV(B) 138.26º 0.37% 0.49% -
XYZ 12.53 17.12 13 -
YUV 107.6 119.76 107.6 -
System Red Green Blue C M Y K H S L
Decimal 79 125 93 0.37 0 0.26 0.51 138.26 0.23 0.4
Hex 4F 7D 5D 25 0 1A 33 8A 17 28
Octal 117 175 135 45 0 32 63 212 27 50
Binary 1001111 1111101 1011101 100101 0 11010 110011 10001010 10111 101000

Color Harmonies of #4F7D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7D5D

Black with #4F7D5D

Text Example


Text Example

White with #4F7D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,125,93); }

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

background-color css

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

 a { background-color: rgb(79,125,93); }

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

border-color css

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

 span { border-color: rgb(79,125,93); }

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