Html Css Color HEX #48845A Como

📋 copy color: '#48845A'

red 72 ◦ green 132 ◦ blue 90

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

Shades of Como #48845A

Tints of Como #48845A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.9%

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

R = 24.49%
G = 44.9%
B = 30.61%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#48845A (or 0x48845A) is known color: Como. HEX triplet: 48, 84 and 5A. RGB value is (72,132,90). Sum of RGB (Red+Green+Blue) = 72+132+90=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 132 - color contains mainly: green. Hex color #48845A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48845A is #B77BA5. Grayscale: #6D6D6D. Windows color (decimal): -12024742 or 5932104. OLE color: 5932104.

HSL color Cylindrical-coordinate representation of color #48845A: hue angle of 138º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #48845A is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 132 90 -
CMYK 0.45 0 0.32 0.48
HSL 138º 0.29% 0.4% -
HSV(B) 138º 0.45% 0.52% -
XYZ 12.77 18.62 12.59 -
YUV 109.27 117.12 101.42 -
System Red Green Blue C M Y K H S L
Decimal 72 132 90 0.45 0 0.32 0.48 138 0.29 0.4
Hex 48 84 5A 2D 0 20 30 8A 1D 28
Octal 110 204 132 55 0 40 60 212 35 50
Binary 1001000 10000100 1011010 101101 0 100000 110000 10001010 11101 101000

Color Harmonies of #48845A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48845A

Black with #48845A

Text Example


Text Example

White with #48845A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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