Html Css Color HEX #48825A Como

📋 copy color: '#48825A'

red 72 ◦ green 130 ◦ blue 90

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

Shades of Como #48825A

Tints of Como #48825A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.52%

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

R = 24.66%
G = 44.52%
B = 30.82%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#48825A (or 0x48825A) is known color: Como. HEX triplet: 48, 82 and 5A. RGB value is (72,130,90). Sum of RGB (Red+Green+Blue) = 72+130+90=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #48825A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48825A is #B77DA5. Grayscale: #6C6C6C. Windows color (decimal): -12025254 or 5931592. OLE color: 5931592.

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

Color convert

RGB 72 130 90 -
CMYK 0.45 0 0.31 0.49
HSL 138.62º 0.29% 0.4% -
HSV(B) 138.62º 0.45% 0.51% -
XYZ 12.5 18.08 12.5 -
YUV 108.1 117.78 102.25 -
System Red Green Blue C M Y K H S L
Decimal 72 130 90 0.45 0 0.31 0.49 138.62 0.29 0.4
Hex 48 82 5A 2D 0 1F 31 8B 1D 28
Octal 110 202 132 55 0 37 61 213 35 50
Binary 1001000 10000010 1011010 101101 0 11111 110001 10001011 11101 101000

Color Harmonies of #48825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48825A

Black with #48825A

Text Example


Text Example

White with #48825A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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