Html Css Color HEX #49875C Como

📋 copy color: '#49875C'

red 73 ◦ green 135 ◦ blue 92

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

Shades of Como #49875C

Tints of Como #49875C

RGB

 RED value IS 73 (28.91% from 255) = 24.33%

 GREEN value IS 135 (53.13% from 255) = 45%

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

R = 24.33%
G = 45%
B = 30.67%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#49875C (or 0x49875C) is known color: Como. HEX triplet: 49, 87 and 5C. RGB value is (73,135,92). Sum of RGB (Red+Green+Blue) = 73+135+92=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 135 - color contains mainly: green. Hex color #49875C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49875C is #B678A3. Grayscale: #6F6F6F. Windows color (decimal): -11958436 or 6063945. OLE color: 6063945.

HSL color Cylindrical-coordinate representation of color #49875C: hue angle of 138.39º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49875C is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 135 92 -
CMYK 0.46 0 0.32 0.47
HSL 138.39º 0.3% 0.41% -
HSV(B) 138.39º 0.46% 0.53% -
XYZ 13.34 19.52 13.19 -
YUV 111.56 116.96 100.5 -
System Red Green Blue C M Y K H S L
Decimal 73 135 92 0.46 0 0.32 0.47 138.39 0.3 0.41
Hex 49 87 5C 2E 0 20 2F 8A 1E 29
Octal 111 207 134 56 0 40 57 212 36 51
Binary 1001001 10000111 1011100 101110 0 100000 101111 10001010 11110 101001

Color Harmonies of #49875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49875C

Black with #49875C

Text Example


Text Example

White with #49875C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49875C; }

 p { color: rgb(73,135,92); }

 H1.HeaderClassName
 {
   color: #49875C;
 }
 .AnyTagClassName
 {
   color: #49875C;
 }
</style>

background-color css

<style>
 a { background-color: #49875C; }

 a { background-color: rgb(73,135,92); }

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

border-color css

<style>
 span { border-color: #49875C; }

 span { border-color: rgb(73,135,92); }

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