#48725D

Color #48725D Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #48725D

Tints of Como #48725D

Color information

#48725D (or 0x48725D) is unknown color: approx Como. HEX triplet: 48, 72 and 5D. RGB value is (72,114,93). Sum of RGB (Red+Green+Blue) = 72+114+93=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 114 - color contains mainly: green. Hex color #48725D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48725D is #B78DA2. Grayscale: #636363. Windows color (decimal): -12029347 or 6124104. OLE color: 6124104.

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

Color convert

RGB7211493-
CMYK0.3700.180.55
HSL150º22.58%36.47%-
HSV(B)150º36.84%44.71%-
XYZ10.6714.212.54-
YUV99.05124.59108.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.81%
GREEN value IS 114 (44.92% from 255) = 40.86%
BLUE value IS 93 (36.72% from 255) = 33.33%
R=25.81%
G=40.86%
B=33.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72114930.3700.180.5515022.5836.47
Hex48725D2501237961724
Octal11016213545022672262744
Binary1001000111001010111011001010100101101111001011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48725D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48725D; }

 p { color: rgb(72,114,93); }

 H1.HeaderClassName
 {
   color: #48725D;
 }
 .AnyTagClassName
 {
   color: #48725D;
 }
</style>
background-color css

<style>
 a { background-color: #48725D; }

 a { background-color: rgb(72,114,93); }

 div.DivClassName
 {
   background-color: #48725D;
 }
 .BgClassName
 {
   background-color: #48725D;
 }
</style>
border-color css

<style>
 span { border-color: #48725D; }

 span { border-color: rgb(72,114,93); }

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