Html Css Color HEX #488963 Como

📋 copy color: '#488963'

red 72 ◦ green 137 ◦ blue 99

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

Shades of Como #488963

Tints of Como #488963

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.48%

 BLUE value IS 99 (39.06% from 255) = 32.14%

R = 23.38%
G = 44.48%
B = 32.14%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#488963 (or 0x488963) is known color: Como. HEX triplet: 48, 89 and 63. RGB value is (72,137,99). Sum of RGB (Red+Green+Blue) = 72+137+99=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 137 - color contains mainly: green. Hex color #488963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488963 is #B7769C. Grayscale: #717171. Windows color (decimal): -12023453 or 6523208. OLE color: 6523208.

HSL color Cylindrical-coordinate representation of color #488963: hue angle of 144.92º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488963 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 137 99 -
CMYK 0.47 0 0.28 0.46
HSL 144.92º 0.31% 0.41% -
HSV(B) 144.92º 0.47% 0.54% -
XYZ 13.87 20.17 14.97 -
YUV 113.23 119.97 98.59 -
System Red Green Blue C M Y K H S L
Decimal 72 137 99 0.47 0 0.28 0.46 144.92 0.31 0.41
Hex 48 89 63 2F 0 1C 2E 91 1F 29
Octal 110 211 143 57 0 34 56 221 37 51
Binary 1001000 10001001 1100011 101111 0 11100 101110 10010001 11111 101001

Color Harmonies of #488963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488963

Black with #488963

Text Example


Text Example

White with #488963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488963; }

 p { color: rgb(72,137,99); }

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

background-color css

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

 a { background-color: rgb(72,137,99); }

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

border-color css

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

 span { border-color: rgb(72,137,99); }

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