Html Css Color HEX #48755F Como

📋 copy color: '#48755F'

red 72 ◦ green 117 ◦ blue 95

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

Shades of Como #48755F

Tints of Como #48755F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.2%

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

R = 25.35%
G = 41.2%
B = 33.45%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#48755F (or 0x48755F) is known color: Como. HEX triplet: 48, 75 and 5F. RGB value is (72,117,95). Sum of RGB (Red+Green+Blue) = 72+117+95=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 117 - color contains mainly: green. Hex color #48755F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48755F is #B78AA0. Grayscale: #656565. Windows color (decimal): -12028577 or 6255944. OLE color: 6255944.

HSL color Cylindrical-coordinate representation of color #48755F: hue angle of 150.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #48755F is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 117 95 -
CMYK 0.38 0 0.19 0.54
HSL 150.67º 0.24% 0.37% -
HSV(B) 150.67º 0.38% 0.46% -
XYZ 11.1 14.93 13.12 -
YUV 101.04 124.59 107.29 -
System Red Green Blue C M Y K H S L
Decimal 72 117 95 0.38 0 0.19 0.54 150.67 0.24 0.37
Hex 48 75 5F 26 0 13 36 97 18 25
Octal 110 165 137 46 0 23 66 227 30 45
Binary 1001000 1110101 1011111 100110 0 10011 110110 10010111 11000 100101

Color Harmonies of #48755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48755F

Black with #48755F

Text Example


Text Example

White with #48755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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