Html Css Color HEX #48735B Como

📋 copy color: '#48735B'

red 72 ◦ green 115 ◦ blue 91

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

Shades of Como #48735B

Tints of Como #48735B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.73%

R = 25.9%
G = 41.37%
B = 32.73%

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

#48735B (or 0x48735B) is known color: Como. HEX triplet: 48, 73 and 5B. RGB value is (72,115,91). Sum of RGB (Red+Green+Blue) = 72+115+91=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 115 - color contains mainly: green. Hex color #48735B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48735B is #B78CA4. Grayscale: #636363. Windows color (decimal): -12029093 or 5993288. OLE color: 5993288.

HSL color Cylindrical-coordinate representation of color #48735B: hue angle of 146.51º 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 #48735B is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 115 91 -
CMYK 0.37 0 0.21 0.55
HSL 146.51º 0.23% 0.37% -
HSV(B) 146.51º 0.37% 0.45% -
XYZ 10.69 14.39 12.11 -
YUV 99.41 123.25 108.45 -
System Red Green Blue C M Y K H S L
Decimal 72 115 91 0.37 0 0.21 0.55 146.51 0.23 0.37
Hex 48 73 5B 25 0 15 37 93 17 25
Octal 110 163 133 45 0 25 67 223 27 45
Binary 1001000 1110011 1011011 100101 0 10101 110111 10010011 10111 100101

Color Harmonies of #48735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48735B

Black with #48735B

Text Example


Text Example

White with #48735B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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