Html Css Color HEX #48755A Como

📋 copy color: '#48755A'

red 72 ◦ green 117 ◦ blue 90

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

Shades of Como #48755A

Tints of Como #48755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.94%

 BLUE value IS 90 (35.55% from 255) = 32.26%

R = 25.81%
G = 41.94%
B = 32.26%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#48755A (or 0x48755A) is known color: Como. HEX triplet: 48, 75 and 5A. RGB value is (72,117,90). Sum of RGB (Red+Green+Blue) = 72+117+90=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 117 - color contains mainly: green. Hex color #48755A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48755A is #B78AA5. Grayscale: #646464. Windows color (decimal): -12028582 or 5928264. OLE color: 5928264.

HSL color Cylindrical-coordinate representation of color #48755A: hue angle of 144º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #48755A is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 117 90 -
CMYK 0.38 0 0.23 0.54
HSL 144º 0.24% 0.37% -
HSV(B) 144º 0.38% 0.46% -
XYZ 10.88 14.84 11.96 -
YUV 100.47 122.09 107.7 -
System Red Green Blue C M Y K H S L
Decimal 72 117 90 0.38 0 0.23 0.54 144 0.24 0.37
Hex 48 75 5A 26 0 17 36 90 18 25
Octal 110 165 132 46 0 27 66 220 30 45
Binary 1001000 1110101 1011010 100110 0 10111 110110 10010000 11000 100101

Color Harmonies of #48755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48755A

Black with #48755A

Text Example


Text Example

White with #48755A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48755A; }

 p { color: rgb(72,117,90); }

 H1.HeaderClassName
 {
   color: #48755A;
 }
 .AnyTagClassName
 {
   color: #48755A;
 }
</style>

background-color css

<style>
 a { background-color: #48755A; }

 a { background-color: rgb(72,117,90); }

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

border-color css

<style>
 span { border-color: #48755A; }

 span { border-color: rgb(72,117,90); }

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