Html Css Color HEX #488464 Como

📋 copy color: '#488464'

red 72 ◦ green 132 ◦ blue 100

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

Shades of Como #488464

Tints of Como #488464

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.42%

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

R = 23.68%
G = 43.42%
B = 32.89%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#488464 (or 0x488464) is known color: Como. HEX triplet: 48, 84 and 64. RGB value is (72,132,100). Sum of RGB (Red+Green+Blue) = 72+132+100=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 132 - color contains mainly: green. Hex color #488464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488464 is #B77B9B. Grayscale: #6E6E6E. Windows color (decimal): -12024732 or 6587464. OLE color: 6587464.

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

Color convert

RGB 72 132 100 -
CMYK 0.45 0 0.24 0.48
HSL 148º 0.29% 0.4% -
HSV(B) 148º 0.45% 0.52% -
XYZ 13.22 18.8 14.99 -
YUV 110.41 122.12 100.6 -
System Red Green Blue C M Y K H S L
Decimal 72 132 100 0.45 0 0.24 0.48 148 0.29 0.4
Hex 48 84 64 2D 0 18 30 94 1D 28
Octal 110 204 144 55 0 30 60 224 35 50
Binary 1001000 10000100 1100100 101101 0 11000 110000 10010100 11101 101000

Color Harmonies of #488464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488464

Black with #488464

Text Example


Text Example

White with #488464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488464; }

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

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

background-color css

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

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

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

border-color css

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

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

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