Html Css Color HEX #48745F Como

📋 copy color: '#48745F'

red 72 ◦ green 116 ◦ blue 95

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

Shades of Como #48745F

Tints of Como #48745F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.99%

 BLUE value IS 95 (37.5% from 255) = 33.57%

R = 25.44%
G = 40.99%
B = 33.57%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#48745F (or 0x48745F) is known color: Como. HEX triplet: 48, 74 and 5F. RGB value is (72,116,95). Sum of RGB (Red+Green+Blue) = 72+116+95=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 116 - color contains mainly: green. Hex color #48745F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48745F is #B78BA0. Grayscale: #646464. Windows color (decimal): -12028833 or 6255688. OLE color: 6255688.

HSL color Cylindrical-coordinate representation of color #48745F: hue angle of 151.36º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #48745F is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 116 95 -
CMYK 0.38 0 0.18 0.55
HSL 151.36º 0.23% 0.37% -
HSV(B) 151.36º 0.38% 0.45% -
XYZ 10.98 14.69 13.08 -
YUV 100.45 124.92 107.71 -
System Red Green Blue C M Y K H S L
Decimal 72 116 95 0.38 0 0.18 0.55 151.36 0.23 0.37
Hex 48 74 5F 26 0 12 37 97 17 25
Octal 110 164 137 46 0 22 67 227 27 45
Binary 1001000 1110100 1011111 100110 0 10010 110111 10010111 10111 100101

Color Harmonies of #48745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48745F

Black with #48745F

Text Example


Text Example

White with #48745F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48745F; }

 p { color: rgb(72,116,95); }

 H1.HeaderClassName
 {
   color: #48745F;
 }
 .AnyTagClassName
 {
   color: #48745F;
 }
</style>

background-color css

<style>
 a { background-color: #48745F; }

 a { background-color: rgb(72,116,95); }

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

border-color css

<style>
 span { border-color: #48745F; }

 span { border-color: rgb(72,116,95); }

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