Html Css Color HEX #48895A Como

📋 copy color: '#48895A'

red 72 ◦ green 137 ◦ blue 90

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

Shades of Como #48895A

Tints of Como #48895A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.82%

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

R = 24.08%
G = 45.82%
B = 30.1%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#48895A (or 0x48895A) is known color: Como. HEX triplet: 48, 89 and 5A. RGB value is (72,137,90). Sum of RGB (Red+Green+Blue) = 72+137+90=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 137 - color contains mainly: green. Hex color #48895A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48895A is #B776A5. Grayscale: #707070. Windows color (decimal): -12023462 or 5933384. OLE color: 5933384.

HSL color Cylindrical-coordinate representation of color #48895A: hue angle of 136.62º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48895A is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 137 90 -
CMYK 0.47 0 0.34 0.46
HSL 136.62º 0.31% 0.41% -
HSV(B) 136.62º 0.47% 0.54% -
XYZ 13.46 20.01 12.83 -
YUV 112.21 115.47 99.32 -
System Red Green Blue C M Y K H S L
Decimal 72 137 90 0.47 0 0.34 0.46 136.62 0.31 0.41
Hex 48 89 5A 2F 0 22 2E 89 1F 29
Octal 110 211 132 57 0 42 56 211 37 51
Binary 1001000 10001001 1011010 101111 0 100010 101110 10001001 11111 101001

Color Harmonies of #48895A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48895A

Black with #48895A

Text Example


Text Example

White with #48895A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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