Html Css Color HEX #48835A Como

📋 copy color: '#48835A'

red 72 ◦ green 131 ◦ blue 90

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

Shades of Como #48835A

Tints of Como #48835A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.71%

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

R = 24.57%
G = 44.71%
B = 30.72%

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

#48835A (or 0x48835A) is known color: Como. HEX triplet: 48, 83 and 5A. RGB value is (72,131,90). Sum of RGB (Red+Green+Blue) = 72+131+90=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 131 - color contains mainly: green. Hex color #48835A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48835A is #B77CA5. Grayscale: #6C6C6C. Windows color (decimal): -12024998 or 5931848. OLE color: 5931848.

HSL color Cylindrical-coordinate representation of color #48835A: hue angle of 138.31º 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 #48835A is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 131 90 -
CMYK 0.45 0 0.31 0.49
HSL 138.31º 0.29% 0.4% -
HSV(B) 138.31º 0.45% 0.51% -
XYZ 12.63 18.35 12.55 -
YUV 108.69 117.45 101.83 -
System Red Green Blue C M Y K H S L
Decimal 72 131 90 0.45 0 0.31 0.49 138.31 0.29 0.4
Hex 48 83 5A 2D 0 1F 31 8A 1D 28
Octal 110 203 132 55 0 37 61 212 35 50
Binary 1001000 10000011 1011010 101101 0 11111 110001 10001010 11101 101000

Color Harmonies of #48835A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48835A

Black with #48835A

Text Example


Text Example

White with #48835A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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