Html Css Color HEX #48735E Como

📋 copy color: '#48735E'

red 72 ◦ green 115 ◦ blue 94

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

Shades of Como #48735E

Tints of Como #48735E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.45%

R = 25.62%
G = 40.93%
B = 33.45%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#48735E (or 0x48735E) is known color: Como. HEX triplet: 48, 73 and 5E. RGB value is (72,115,94). Sum of RGB (Red+Green+Blue) = 72+115+94=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 115 - color contains mainly: green. Hex color #48735E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48735E is #B78CA1. Grayscale: #636363. Windows color (decimal): -12029090 or 6189896. OLE color: 6189896.

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

Color convert

RGB 72 115 94 -
CMYK 0.37 0 0.18 0.55
HSL 150.7º 0.23% 0.37% -
HSV(B) 150.7º 0.37% 0.45% -
XYZ 10.82 14.45 12.81 -
YUV 99.75 124.75 108.21 -
System Red Green Blue C M Y K H S L
Decimal 72 115 94 0.37 0 0.18 0.55 150.7 0.23 0.37
Hex 48 73 5E 25 0 12 37 97 17 25
Octal 110 163 136 45 0 22 67 227 27 45
Binary 1001000 1110011 1011110 100101 0 10010 110111 10010111 10111 100101

Color Harmonies of #48735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48735E

Black with #48735E

Text Example


Text Example

White with #48735E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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