Html Css Color HEX #48745A Como

📋 copy color: '#48745A'

red 72 ◦ green 116 ◦ blue 90

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

Shades of Como #48745A

Tints of Como #48745A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.73%

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

R = 25.9%
G = 41.73%
B = 32.37%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#48745A (or 0x48745A) is known color: Como. HEX triplet: 48, 74 and 5A. RGB value is (72,116,90). Sum of RGB (Red+Green+Blue) = 72+116+90=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 116 - color contains mainly: green. Hex color #48745A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48745A is #B78BA5. Grayscale: #636363. Windows color (decimal): -12028838 or 5928008. OLE color: 5928008.

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

Color convert

RGB 72 116 90 -
CMYK 0.38 0 0.22 0.55
HSL 144.55º 0.23% 0.37% -
HSV(B) 144.55º 0.38% 0.45% -
XYZ 10.76 14.61 11.92 -
YUV 99.88 122.42 108.11 -
System Red Green Blue C M Y K H S L
Decimal 72 116 90 0.38 0 0.22 0.55 144.55 0.23 0.37
Hex 48 74 5A 26 0 16 37 91 17 25
Octal 110 164 132 46 0 26 67 221 27 45
Binary 1001000 1110100 1011010 100110 0 10110 110111 10010001 10111 100101

Color Harmonies of #48745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48745A

Black with #48745A

Text Example


Text Example

White with #48745A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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