Html Css Color HEX #48865F Como

📋 copy color: '#48865F'

red 72 ◦ green 134 ◦ blue 95

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

Shades of Como #48865F

Tints of Como #48865F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.56%

R = 23.92%
G = 44.52%
B = 31.56%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#48865F (or 0x48865F) is known color: Como. HEX triplet: 48, 86 and 5F. RGB value is (72,134,95). Sum of RGB (Red+Green+Blue) = 72+134+95=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #48865F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48865F is #B779A0. Grayscale: #6F6F6F. Windows color (decimal): -12024225 or 6260296. OLE color: 6260296.

HSL color Cylindrical-coordinate representation of color #48865F: hue angle of 142.26º 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 #48865F is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 134 95 -
CMYK 0.46 0 0.29 0.47
HSL 142.26º 0.3% 0.4% -
HSV(B) 142.26º 0.46% 0.53% -
XYZ 13.26 19.25 13.84 -
YUV 111.02 118.96 100.17 -
System Red Green Blue C M Y K H S L
Decimal 72 134 95 0.46 0 0.29 0.47 142.26 0.3 0.4
Hex 48 86 5F 2E 0 1D 2F 8E 1E 28
Octal 110 206 137 56 0 35 57 216 36 50
Binary 1001000 10000110 1011111 101110 0 11101 101111 10001110 11110 101000

Color Harmonies of #48865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48865F

Black with #48865F

Text Example


Text Example

White with #48865F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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