Html Css Color HEX #48835B Como

📋 copy color: '#48835B'

red 72 ◦ green 131 ◦ blue 91

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

Shades of Como #48835B

Tints of Como #48835B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.95%

R = 24.49%
G = 44.56%
B = 30.95%

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

#48835B (or 0x48835B) is known color: Como. HEX triplet: 48, 83 and 5B. RGB value is (72,131,91). Sum of RGB (Red+Green+Blue) = 72+131+91=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 131 (51.56% from 255 or 44.56% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 131 - color contains mainly: green. Hex color #48835B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48835B is #B77CA4. Grayscale: #6C6C6C. Windows color (decimal): -12024997 or 5997384. OLE color: 5997384.

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

Color convert

RGB 72 131 91 -
CMYK 0.45 0 0.31 0.49
HSL 139.32º 0.29% 0.4% -
HSV(B) 139.32º 0.45% 0.51% -
XYZ 12.68 18.37 12.77 -
YUV 108.8 117.95 101.75 -
System Red Green Blue C M Y K H S L
Decimal 72 131 91 0.45 0 0.31 0.49 139.32 0.29 0.4
Hex 48 83 5B 2D 0 1F 31 8B 1D 28
Octal 110 203 133 55 0 37 61 213 35 50
Binary 1001000 10000011 1011011 101101 0 11111 110001 10001011 11101 101000

Color Harmonies of #48835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48835B

Black with #48835B

Text Example


Text Example

White with #48835B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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