Html Css Color HEX #48855B Como

📋 copy color: '#48855B'

red 72 ◦ green 133 ◦ blue 91

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

Shades of Como #48855B

Tints of Como #48855B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.93%

 BLUE value IS 91 (35.94% from 255) = 30.74%

R = 24.32%
G = 44.93%
B = 30.74%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#48855B (or 0x48855B) is known color: Como. HEX triplet: 48, 85 and 5B. RGB value is (72,133,91). Sum of RGB (Red+Green+Blue) = 72+133+91=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 133 - color contains mainly: green. Hex color #48855B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48855B is #B77AA4. Grayscale: #6E6E6E. Windows color (decimal): -12024485 or 5997896. OLE color: 5997896.

HSL color Cylindrical-coordinate representation of color #48855B: hue angle of 138.69º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48855B is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 133 91 -
CMYK 0.46 0 0.32 0.48
HSL 138.69º 0.3% 0.4% -
HSV(B) 138.69º 0.46% 0.52% -
XYZ 12.95 18.91 12.86 -
YUV 109.97 117.29 100.92 -
System Red Green Blue C M Y K H S L
Decimal 72 133 91 0.46 0 0.32 0.48 138.69 0.3 0.4
Hex 48 85 5B 2E 0 20 30 8B 1E 28
Octal 110 205 133 56 0 40 60 213 36 50
Binary 1001000 10000101 1011011 101110 0 100000 110000 10001011 11110 101000

Color Harmonies of #48855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48855B

Black with #48855B

Text Example


Text Example

White with #48855B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48855B; }

 p { color: rgb(72,133,91); }

 H1.HeaderClassName
 {
   color: #48855B;
 }
 .AnyTagClassName
 {
   color: #48855B;
 }
</style>

background-color css

<style>
 a { background-color: #48855B; }

 a { background-color: rgb(72,133,91); }

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

border-color css

<style>
 span { border-color: #48855B; }

 span { border-color: rgb(72,133,91); }

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