Html Css Color HEX #48865E Como

📋 copy color: '#48865E'

red 72 ◦ green 134 ◦ blue 94

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

Shades of Como #48865E

Tints of Como #48865E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.67%

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

R = 24%
G = 44.67%
B = 31.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#48865E (or 0x48865E) is known color: Como. HEX triplet: 48, 86 and 5E. RGB value is (72,134,94). Sum of RGB (Red+Green+Blue) = 72+134+94=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 134 - color contains mainly: green. Hex color #48865E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48865E is #B779A1. Grayscale: #6F6F6F. Windows color (decimal): -12024226 or 6194760. OLE color: 6194760.

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

Color convert

RGB 72 134 94 -
CMYK 0.46 0 0.30 0.47
HSL 141.29º 0.3% 0.4% -
HSV(B) 141.29º 0.46% 0.53% -
XYZ 13.22 19.24 13.61 -
YUV 110.9 118.46 100.25 -
System Red Green Blue C M Y K H S L
Decimal 72 134 94 0.46 0 0.30 0.47 141.29 0.3 0.4
Hex 48 86 5E 2E 0 1E 2F 8D 1E 28
Octal 110 206 136 56 0 36 57 215 36 50
Binary 1001000 10000110 1011110 101110 0 11110 101111 10001101 11110 101000

Color Harmonies of #48865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48865E

Black with #48865E

Text Example


Text Example

White with #48865E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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