Html Css Color HEX #488661 Como

📋 copy color: '#488661'

red 72 ◦ green 134 ◦ blue 97

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

Shades of Como #488661

Tints of Como #488661

RGB

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

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

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

R = 23.76%
G = 44.22%
B = 32.01%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#488661 (or 0x488661) is known color: Como. HEX triplet: 48, 86 and 61. RGB value is (72,134,97). Sum of RGB (Red+Green+Blue) = 72+134+97=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 134 - color contains mainly: green. Hex color #488661 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488661 is #B7799E. Grayscale: #6F6F6F. Windows color (decimal): -12024223 or 6391368. OLE color: 6391368.

HSL color Cylindrical-coordinate representation of color #488661: hue angle of 144.19º 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 #488661 is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 134 97 -
CMYK 0.46 0 0.28 0.47
HSL 144.19º 0.3% 0.4% -
HSV(B) 144.19º 0.46% 0.53% -
XYZ 13.36 19.29 14.33 -
YUV 111.24 119.96 100.01 -
System Red Green Blue C M Y K H S L
Decimal 72 134 97 0.46 0 0.28 0.47 144.19 0.3 0.4
Hex 48 86 61 2E 0 1C 2F 90 1E 28
Octal 110 206 141 56 0 34 57 220 36 50
Binary 1001000 10000110 1100001 101110 0 11100 101111 10010000 11110 101000

Color Harmonies of #488661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488661

Black with #488661

Text Example


Text Example

White with #488661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488661; }

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

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

background-color css

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

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

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

border-color css

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

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

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