Html Css Color HEX #488662 Como

📋 copy color: '#488662'

red 72 ◦ green 134 ◦ blue 98

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

Shades of Como #488662

Tints of Como #488662

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.08%

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

R = 23.68%
G = 44.08%
B = 32.24%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#488662 (or 0x488662) is known color: Como. HEX triplet: 48, 86 and 62. RGB value is (72,134,98). Sum of RGB (Red+Green+Blue) = 72+134+98=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #488662 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488662 is #B7799D. Grayscale: #6F6F6F. Windows color (decimal): -12024222 or 6456904. OLE color: 6456904.

HSL color Cylindrical-coordinate representation of color #488662: hue angle of 145.16º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488662 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 134 98 -
CMYK 0.46 0 0.27 0.47
HSL 145.16º 0.3% 0.4% -
HSV(B) 145.16º 0.46% 0.53% -
XYZ 13.4 19.31 14.58 -
YUV 111.36 120.46 99.93 -
System Red Green Blue C M Y K H S L
Decimal 72 134 98 0.46 0 0.27 0.47 145.16 0.3 0.4
Hex 48 86 62 2E 0 1B 2F 91 1E 28
Octal 110 206 142 56 0 33 57 221 36 50
Binary 1001000 10000110 1100010 101110 0 11011 101111 10010001 11110 101000

Color Harmonies of #488662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488662

Black with #488662

Text Example


Text Example

White with #488662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488662; }

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

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

background-color css

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

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

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

border-color css

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

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

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