Html Css Color HEX #48875E Como

📋 copy color: '#48875E'

red 72 ◦ green 135 ◦ blue 94

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

Shades of Como #48875E

Tints of Como #48875E

RGB

 RED value IS 72 (28.52% from 255) = 23.92%

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

 BLUE value IS 94 (37.11% from 255) = 31.23%

R = 23.92%
G = 44.85%
B = 31.23%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#48875E (or 0x48875E) is known color: Como. HEX triplet: 48, 87 and 5E. RGB value is (72,135,94). Sum of RGB (Red+Green+Blue) = 72+135+94=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 135 - color contains mainly: green. Hex color #48875E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48875E is #B778A1. Grayscale: #6F6F6F. Windows color (decimal): -12023970 or 6195016. OLE color: 6195016.

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

Color convert

RGB 72 135 94 -
CMYK 0.47 0 0.30 0.47
HSL 140.95º 0.3% 0.41% -
HSV(B) 140.95º 0.47% 0.53% -
XYZ 13.36 19.51 13.65 -
YUV 111.49 118.13 99.83 -
System Red Green Blue C M Y K H S L
Decimal 72 135 94 0.47 0 0.30 0.47 140.95 0.3 0.41
Hex 48 87 5E 2F 0 1E 2F 8D 1E 29
Octal 110 207 136 57 0 36 57 215 36 51
Binary 1001000 10000111 1011110 101111 0 11110 101111 10001101 11110 101001

Color Harmonies of #48875E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48875E

Black with #48875E

Text Example


Text Example

White with #48875E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48875E; }

 p { color: rgb(72,135,94); }

 H1.HeaderClassName
 {
   color: #48875E;
 }
 .AnyTagClassName
 {
   color: #48875E;
 }
</style>

background-color css

<style>
 a { background-color: #48875E; }

 a { background-color: rgb(72,135,94); }

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

border-color css

<style>
 span { border-color: #48875E; }

 span { border-color: rgb(72,135,94); }

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