Html Css Color HEX #488265 Como

📋 copy color: '#488265'

red 72 ◦ green 130 ◦ blue 101

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

Shades of Como #488265

Tints of Como #488265

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.9%

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

R = 23.76%
G = 42.9%
B = 33.33%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#488265 (or 0x488265) is known color: Como. HEX triplet: 48, 82 and 65. RGB value is (72,130,101). Sum of RGB (Red+Green+Blue) = 72+130+101=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #488265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488265 is #B77D9A. Grayscale: #6D6D6D. Windows color (decimal): -12025243 or 6652488. OLE color: 6652488.

HSL color Cylindrical-coordinate representation of color #488265: hue angle of 150º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #488265 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 130 101 -
CMYK 0.45 0 0.22 0.49
HSL 150º 0.29% 0.4% -
HSV(B) 150º 0.45% 0.51% -
XYZ 13 18.28 15.16 -
YUV 109.35 123.28 101.36 -
System Red Green Blue C M Y K H S L
Decimal 72 130 101 0.45 0 0.22 0.49 150 0.29 0.4
Hex 48 82 65 2D 0 16 31 96 1D 28
Octal 110 202 145 55 0 26 61 226 35 50
Binary 1001000 10000010 1100101 101101 0 10110 110001 10010110 11101 101000

Color Harmonies of #488265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488265

Black with #488265

Text Example


Text Example

White with #488265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488265; }

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

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

background-color css

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

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

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

border-color css

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

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

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