Html Css Color HEX #48725A Como

📋 copy color: '#48725A'

red 72 ◦ green 114 ◦ blue 90

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

Shades of Como #48725A

Tints of Como #48725A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.3%

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

R = 26.09%
G = 41.3%
B = 32.61%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#48725A (or 0x48725A) is known color: Como. HEX triplet: 48, 72 and 5A. RGB value is (72,114,90). Sum of RGB (Red+Green+Blue) = 72+114+90=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 114 - color contains mainly: green. Hex color #48725A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48725A is #B78DA5. Grayscale: #626262. Windows color (decimal): -12029350 or 5927496. OLE color: 5927496.

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

Color convert

RGB 72 114 90 -
CMYK 0.37 0 0.21 0.55
HSL 145.71º 0.23% 0.36% -
HSV(B) 145.71º 0.37% 0.45% -
XYZ 10.54 14.15 11.85 -
YUV 98.71 123.09 108.95 -
System Red Green Blue C M Y K H S L
Decimal 72 114 90 0.37 0 0.21 0.55 145.71 0.23 0.36
Hex 48 72 5A 25 0 15 37 92 17 24
Octal 110 162 132 45 0 25 67 222 27 44
Binary 1001000 1110010 1011010 100101 0 10101 110111 10010010 10111 100100

Color Harmonies of #48725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48725A

Black with #48725A

Text Example


Text Example

White with #48725A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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