Html Css Color HEX #48735A Como

📋 copy color: '#48735A'

red 72 ◦ green 115 ◦ blue 90

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

Shades of Como #48735A

Tints of Como #48735A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.52%

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

R = 25.99%
G = 41.52%
B = 32.49%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#48735A (or 0x48735A) is known color: Como. HEX triplet: 48, 73 and 5A. RGB value is (72,115,90). Sum of RGB (Red+Green+Blue) = 72+115+90=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 115 - color contains mainly: green. Hex color #48735A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48735A is #B78CA5. Grayscale: #636363. Windows color (decimal): -12029094 or 5927752. OLE color: 5927752.

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

Color convert

RGB 72 115 90 -
CMYK 0.37 0 0.22 0.55
HSL 145.12º 0.23% 0.37% -
HSV(B) 145.12º 0.37% 0.45% -
XYZ 10.65 14.38 11.89 -
YUV 99.29 122.75 108.53 -
System Red Green Blue C M Y K H S L
Decimal 72 115 90 0.37 0 0.22 0.55 145.12 0.23 0.37
Hex 48 73 5A 25 0 16 37 91 17 25
Octal 110 163 132 45 0 26 67 221 27 45
Binary 1001000 1110011 1011010 100101 0 10110 110111 10010001 10111 100101

Color Harmonies of #48735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48735A

Black with #48735A

Text Example


Text Example

White with #48735A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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