Html Css Color HEX #488762 Como

📋 copy color: '#488762'

red 72 ◦ green 135 ◦ blue 98

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

Shades of Como #488762

Tints of Como #488762

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.26%

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

R = 23.61%
G = 44.26%
B = 32.13%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#488762 (or 0x488762) is known color: Como. HEX triplet: 48, 87 and 62. RGB value is (72,135,98). Sum of RGB (Red+Green+Blue) = 72+135+98=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 135 - color contains mainly: green. Hex color #488762 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488762 is #B7789D. Grayscale: #707070. Windows color (decimal): -12023966 or 6457160. OLE color: 6457160.

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

Color convert

RGB 72 135 98 -
CMYK 0.47 0 0.27 0.47
HSL 144.76º 0.3% 0.41% -
HSV(B) 144.76º 0.47% 0.53% -
XYZ 13.54 19.59 14.62 -
YUV 111.95 120.13 99.51 -
System Red Green Blue C M Y K H S L
Decimal 72 135 98 0.47 0 0.27 0.47 144.76 0.3 0.41
Hex 48 87 62 2F 0 1B 2F 91 1E 29
Octal 110 207 142 57 0 33 57 221 36 51
Binary 1001000 10000111 1100010 101111 0 11011 101111 10010001 11110 101001

Color Harmonies of #488762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488762

Black with #488762

Text Example


Text Example

White with #488762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488762; }

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

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

background-color css

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

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

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

border-color css

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

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

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