Html Css Color HEX #488462 Como

📋 copy color: '#488462'

red 72 ◦ green 132 ◦ blue 98

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

Shades of Como #488462

Tints of Como #488462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.45%

R = 23.84%
G = 43.71%
B = 32.45%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#488462 (or 0x488462) is known color: Como. HEX triplet: 48, 84 and 62. RGB value is (72,132,98). Sum of RGB (Red+Green+Blue) = 72+132+98=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 132 - color contains mainly: green. Hex color #488462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488462 is #B77B9D. Grayscale: #6E6E6E. Windows color (decimal): -12024734 or 6456392. OLE color: 6456392.

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

Color convert

RGB 72 132 98 -
CMYK 0.45 0 0.26 0.48
HSL 146º 0.29% 0.4% -
HSV(B) 146º 0.45% 0.52% -
XYZ 13.13 18.76 14.48 -
YUV 110.18 121.12 100.76 -
System Red Green Blue C M Y K H S L
Decimal 72 132 98 0.45 0 0.26 0.48 146 0.29 0.4
Hex 48 84 62 2D 0 1A 30 92 1D 28
Octal 110 204 142 55 0 32 60 222 35 50
Binary 1001000 10000100 1100010 101101 0 11010 110000 10010010 11101 101000

Color Harmonies of #488462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488462

Black with #488462

Text Example


Text Example

White with #488462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488462; }

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

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

background-color css

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

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

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

border-color css

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

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

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