Html Css Color HEX #488264 Como

📋 copy color: '#488264'

red 72 ◦ green 130 ◦ blue 100

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

Shades of Como #488264

Tints of Como #488264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.11%

R = 23.84%
G = 43.05%
B = 33.11%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#488264 (or 0x488264) is known color: Como. HEX triplet: 48, 82 and 64. RGB value is (72,130,100). Sum of RGB (Red+Green+Blue) = 72+130+100=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 130 - color contains mainly: green. Hex color #488264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488264 is #B77D9B. Grayscale: #6D6D6D. Windows color (decimal): -12025244 or 6586952. OLE color: 6586952.

HSL color Cylindrical-coordinate representation of color #488264: hue angle of 148.97º 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 #488264 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 130 100 -
CMYK 0.45 0 0.23 0.49
HSL 148.97º 0.29% 0.4% -
HSV(B) 148.97º 0.45% 0.51% -
XYZ 12.96 18.26 14.9 -
YUV 109.24 122.78 101.44 -
System Red Green Blue C M Y K H S L
Decimal 72 130 100 0.45 0 0.23 0.49 148.97 0.29 0.4
Hex 48 82 64 2D 0 17 31 95 1D 28
Octal 110 202 144 55 0 27 61 225 35 50
Binary 1001000 10000010 1100100 101101 0 10111 110001 10010101 11101 101000

Color Harmonies of #488264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488264

Black with #488264

Text Example


Text Example

White with #488264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488264; }

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

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

background-color css

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

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

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

border-color css

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

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

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