Html Css Color HEX #488565 Como

📋 copy color: '#488565'

red 72 ◦ green 133 ◦ blue 101

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

Shades of Como #488565

Tints of Como #488565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.01%

R = 23.53%
G = 43.46%
B = 33.01%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#488565 (or 0x488565) is known color: Como. HEX triplet: 48, 85 and 65. RGB value is (72,133,101). Sum of RGB (Red+Green+Blue) = 72+133+101=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 133 - color contains mainly: green. Hex color #488565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488565 is #B77A9A. Grayscale: #6F6F6F. Windows color (decimal): -12024475 or 6653256. OLE color: 6653256.

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

Color convert

RGB 72 133 101 -
CMYK 0.46 0 0.24 0.48
HSL 148.52º 0.3% 0.4% -
HSV(B) 148.52º 0.46% 0.52% -
XYZ 13.41 19.09 15.29 -
YUV 111.11 122.29 100.1 -
System Red Green Blue C M Y K H S L
Decimal 72 133 101 0.46 0 0.24 0.48 148.52 0.3 0.4
Hex 48 85 65 2E 0 18 30 95 1E 28
Octal 110 205 145 56 0 30 60 225 36 50
Binary 1001000 10000101 1100101 101110 0 11000 110000 10010101 11110 101000

Color Harmonies of #488565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488565

Black with #488565

Text Example


Text Example

White with #488565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488565; }

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

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

background-color css

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

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

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

border-color css

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

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

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