Html Css Color HEX #48715A Como

📋 copy color: '#48715A'

red 72 ◦ green 113 ◦ blue 90

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

Shades of Como #48715A

Tints of Como #48715A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.09%

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

R = 26.18%
G = 41.09%
B = 32.73%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#48715A (or 0x48715A) is known color: Como. HEX triplet: 48, 71 and 5A. RGB value is (72,113,90). Sum of RGB (Red+Green+Blue) = 72+113+90=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 113 - color contains mainly: green. Hex color #48715A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48715A is #B78EA5. Grayscale: #626262. Windows color (decimal): -12029606 or 5927240. OLE color: 5927240.

HSL color Cylindrical-coordinate representation of color #48715A: hue angle of 146.34º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #48715A is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 113 90 -
CMYK 0.36 0 0.20 0.56
HSL 146.34º 0.22% 0.36% -
HSV(B) 146.34º 0.36% 0.44% -
XYZ 10.42 13.93 11.81 -
YUV 98.12 123.42 109.37 -
System Red Green Blue C M Y K H S L
Decimal 72 113 90 0.36 0 0.20 0.56 146.34 0.22 0.36
Hex 48 71 5A 24 0 14 38 92 16 24
Octal 110 161 132 44 0 24 70 222 26 44
Binary 1001000 1110001 1011010 100100 0 10100 111000 10010010 10110 100100

Color Harmonies of #48715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48715A

Black with #48715A

Text Example


Text Example

White with #48715A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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