Html Css Color HEX #48835D Como

📋 copy color: '#48835D'

red 72 ◦ green 131 ◦ blue 93

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

Shades of Como #48835D

Tints of Como #48835D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.42%

R = 24.32%
G = 44.26%
B = 31.42%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#48835D (or 0x48835D) is known color: Como. HEX triplet: 48, 83 and 5D. RGB value is (72,131,93). Sum of RGB (Red+Green+Blue) = 72+131+93=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 131 - color contains mainly: green. Hex color #48835D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48835D is #B77CA2. Grayscale: #6D6D6D. Windows color (decimal): -12024995 or 6128456. OLE color: 6128456.

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

Color convert

RGB 72 131 93 -
CMYK 0.45 0 0.29 0.49
HSL 141.36º 0.29% 0.4% -
HSV(B) 141.36º 0.45% 0.51% -
XYZ 12.76 18.4 13.23 -
YUV 109.03 118.95 101.59 -
System Red Green Blue C M Y K H S L
Decimal 72 131 93 0.45 0 0.29 0.49 141.36 0.29 0.4
Hex 48 83 5D 2D 0 1D 31 8D 1D 28
Octal 110 203 135 55 0 35 61 215 35 50
Binary 1001000 10000011 1011101 101101 0 11101 110001 10001101 11101 101000

Color Harmonies of #48835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48835D

Black with #48835D

Text Example


Text Example

White with #48835D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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