Html Css Color HEX #488461 Como

📋 copy color: '#488461'

red 72 ◦ green 132 ◦ blue 97

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

Shades of Como #488461

Tints of Como #488461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.23%

R = 23.92%
G = 43.85%
B = 32.23%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#488461 (or 0x488461) is known color: Como. HEX triplet: 48, 84 and 61. RGB value is (72,132,97). Sum of RGB (Red+Green+Blue) = 72+132+97=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 132 - color contains mainly: green. Hex color #488461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488461 is #B77B9E. Grayscale: #6E6E6E. Windows color (decimal): -12024735 or 6390856. OLE color: 6390856.

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

Color convert

RGB 72 132 97 -
CMYK 0.45 0 0.27 0.48
HSL 145º 0.29% 0.4% -
HSV(B) 145º 0.45% 0.52% -
XYZ 13.08 18.74 14.24 -
YUV 110.07 120.62 100.85 -
System Red Green Blue C M Y K H S L
Decimal 72 132 97 0.45 0 0.27 0.48 145 0.29 0.4
Hex 48 84 61 2D 0 1B 30 91 1D 28
Octal 110 204 141 55 0 33 60 221 35 50
Binary 1001000 10000100 1100001 101101 0 11011 110000 10010001 11101 101000

Color Harmonies of #488461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488461

Black with #488461

Text Example


Text Example

White with #488461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488461; }

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

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

background-color css

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

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

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

border-color css

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

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

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