Html Css Color HEX #48855F Como

📋 copy color: '#48855F'

red 72 ◦ green 133 ◦ blue 95

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

Shades of Como #48855F

Tints of Como #48855F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.33%

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

R = 24%
G = 44.33%
B = 31.67%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#48855F (or 0x48855F) is known color: Como. HEX triplet: 48, 85 and 5F. RGB value is (72,133,95). Sum of RGB (Red+Green+Blue) = 72+133+95=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #48855F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48855F is #B77AA0. Grayscale: #6E6E6E. Windows color (decimal): -12024481 or 6260040. OLE color: 6260040.

HSL color Cylindrical-coordinate representation of color #48855F: hue angle of 142.62º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48855F is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 133 95 -
CMYK 0.46 0 0.29 0.48
HSL 142.62º 0.3% 0.4% -
HSV(B) 142.62º 0.46% 0.52% -
XYZ 13.13 18.98 13.8 -
YUV 110.43 119.29 100.59 -
System Red Green Blue C M Y K H S L
Decimal 72 133 95 0.46 0 0.29 0.48 142.62 0.3 0.4
Hex 48 85 5F 2E 0 1D 30 8F 1E 28
Octal 110 205 137 56 0 35 60 217 36 50
Binary 1001000 10000101 1011111 101110 0 11101 110000 10001111 11110 101000

Color Harmonies of #48855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48855F

Black with #48855F

Text Example


Text Example

White with #48855F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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