Html Css Color HEX #48765D Como

📋 copy color: '#48765D'

red 72 ◦ green 118 ◦ blue 93

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

Shades of Como #48765D

Tints of Como #48765D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.7%

 BLUE value IS 93 (36.72% from 255) = 32.86%

R = 25.44%
G = 41.7%
B = 32.86%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#48765D (or 0x48765D) is known color: Como. HEX triplet: 48, 76 and 5D. RGB value is (72,118,93). Sum of RGB (Red+Green+Blue) = 72+118+93=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 118 - color contains mainly: green. Hex color #48765D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48765D is #B789A2. Grayscale: #656565. Windows color (decimal): -12028323 or 6125128. OLE color: 6125128.

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

Color convert

RGB 72 118 93 -
CMYK 0.39 0 0.21 0.54
HSL 147.39º 0.24% 0.37% -
HSV(B) 147.39º 0.39% 0.46% -
XYZ 11.13 15.12 12.69 -
YUV 101.4 123.26 107.03 -
System Red Green Blue C M Y K H S L
Decimal 72 118 93 0.39 0 0.21 0.54 147.39 0.24 0.37
Hex 48 76 5D 27 0 15 36 93 18 25
Octal 110 166 135 47 0 25 66 223 30 45
Binary 1001000 1110110 1011101 100111 0 10101 110110 10010011 11000 100101

Color Harmonies of #48765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48765D

Black with #48765D

Text Example


Text Example

White with #48765D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48765D;
 }
 .AnyTagClassName
 {
   color: #48765D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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