Html Css Color HEX #48855C Como

📋 copy color: '#48855C'

red 72 ◦ green 133 ◦ blue 92

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

Shades of Como #48855C

Tints of Como #48855C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.98%

R = 24.24%
G = 44.78%
B = 30.98%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#48855C (or 0x48855C) is known color: Como. HEX triplet: 48, 85 and 5C. RGB value is (72,133,92). Sum of RGB (Red+Green+Blue) = 72+133+92=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #48855C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48855C is #B77AA3. Grayscale: #6E6E6E. Windows color (decimal): -12024484 or 6063432. OLE color: 6063432.

HSL color Cylindrical-coordinate representation of color #48855C: hue angle of 139.67º 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 #48855C is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 133 92 -
CMYK 0.46 0 0.31 0.48
HSL 139.67º 0.3% 0.4% -
HSV(B) 139.67º 0.46% 0.52% -
XYZ 12.99 18.93 13.09 -
YUV 110.09 117.79 100.83 -
System Red Green Blue C M Y K H S L
Decimal 72 133 92 0.46 0 0.31 0.48 139.67 0.3 0.4
Hex 48 85 5C 2E 0 1F 30 8C 1E 28
Octal 110 205 134 56 0 37 60 214 36 50
Binary 1001000 10000101 1011100 101110 0 11111 110000 10001100 11110 101000

Color Harmonies of #48855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48855C

Black with #48855C

Text Example


Text Example

White with #48855C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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