Html Css Color HEX #48795A Como

📋 copy color: '#48795A'

red 72 ◦ green 121 ◦ blue 90

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

Shades of Como #48795A

Tints of Como #48795A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.76%

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

R = 25.44%
G = 42.76%
B = 31.8%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#48795A (or 0x48795A) is known color: Como. HEX triplet: 48, 79 and 5A. RGB value is (72,121,90). Sum of RGB (Red+Green+Blue) = 72+121+90=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 121 - color contains mainly: green. Hex color #48795A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48795A is #B786A5. Grayscale: #666666. Windows color (decimal): -12027558 or 5929288. OLE color: 5929288.

HSL color Cylindrical-coordinate representation of color #48795A: hue angle of 142.04º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #48795A is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 121 90 -
CMYK 0.40 0 0.26 0.53
HSL 142.04º 0.25% 0.38% -
HSV(B) 142.04º 0.4% 0.47% -
XYZ 11.36 15.79 12.12 -
YUV 102.82 120.77 106.02 -
System Red Green Blue C M Y K H S L
Decimal 72 121 90 0.40 0 0.26 0.53 142.04 0.25 0.38
Hex 48 79 5A 28 0 1A 35 8E 19 26
Octal 110 171 132 50 0 32 65 216 31 46
Binary 1001000 1111001 1011010 101000 0 11010 110101 10001110 11001 100110

Color Harmonies of #48795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48795A

Black with #48795A

Text Example


Text Example

White with #48795A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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