Html Css Color HEX #48855A Como

📋 copy color: '#48855A'

red 72 ◦ green 133 ◦ blue 90

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

Shades of Como #48855A

Tints of Como #48855A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.08%

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

R = 24.41%
G = 45.08%
B = 30.51%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#48855A (or 0x48855A) is known color: Como. HEX triplet: 48, 85 and 5A. RGB value is (72,133,90). Sum of RGB (Red+Green+Blue) = 72+133+90=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #48855A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48855A is #B77AA5. Grayscale: #6D6D6D. Windows color (decimal): -12024486 or 5932360. OLE color: 5932360.

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

Color convert

RGB 72 133 90 -
CMYK 0.46 0 0.32 0.48
HSL 137.7º 0.3% 0.4% -
HSV(B) 137.7º 0.46% 0.52% -
XYZ 12.91 18.89 12.64 -
YUV 109.86 116.79 101 -
System Red Green Blue C M Y K H S L
Decimal 72 133 90 0.46 0 0.32 0.48 137.7 0.3 0.4
Hex 48 85 5A 2E 0 20 30 8A 1E 28
Octal 110 205 132 56 0 40 60 212 36 50
Binary 1001000 10000101 1011010 101110 0 100000 110000 10001010 11110 101000

Color Harmonies of #48855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48855A

Black with #48855A

Text Example


Text Example

White with #48855A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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